This module collects all tutorials.
More...
Files |
file | 1_generator.cpp |
| Tutorial, Generator methods.
|
file | 2_containers.cpp |
| Tutorial, container classes.
|
file | 3_functions.cpp |
| Tutorial, operations on genarators.
|
file | 4_cgenerator.cpp |
| Tutorial, generator with controllability attributes.
|
file | 5_attributes.cpp |
| Tutorial, attributes.
|
file | 6_algorithm.cpp |
| Tutorial, implementing generator algorithms.
|
file | 7_interface.cpp |
| Tutorial, runtime interface.
|
file | tp_1_tgenerator.cpp |
| Tutorial, class faudes::TimedGenerator.
|
file | tp_2_constraints.cpp |
| Tutorial, class faudes::TimeConstraint.
|
file | tp_3_parallel.cpp |
| Tutorial, timed parallel composition.
|
file | iobridge.cpp |
| Test utility for IO devices.
|
file | iomonitor.cpp |
| Test utility for IO devices.
|
file | exefaudes.cpp |
| Example application for executor class.
|
file | simfaudes.cpp |
| Simple simulator application for faudes generators.
|
Detailed Description
This module collects all tutorials.
The tutorials are seen as a pragmatic introduction to supplement the doxygen generated html documentaion of class and function definitions. Plug-Ins are meant to contribute additional tutorials to illustrate their intended usage.
To compile the tutorials call make with target "tutorial" in the "libfaudes" directory of the source tree:
$ make tutorial