|
Methods for handling multitasking generators.
More...
#include "corefaudes.h"
#include "mtc_attributes.h"
#include <map>
Go to the source code of this file.
Namespaces |
namespace | faudes |
| libFAUDES resides within the namespace faudes.
|
Macros |
#define | THIS TmtcGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
#define | BASE TcGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
#define | TEMP template<class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
Typedefs |
typedef TmtcGenerator
< AttributeVoid,
AttributeColoredState,
AttributeCFlags, AttributeVoid > | faudes::MtcSystem |
typedef TmtcGenerator
< AttributeVoid,
AttributeColoredState,
AttributeCFlags, AttributeVoid > | faudes::mtcGenerator |
| Compatibility: pre 2.20b used mtcGenerator as C++ class name.
|
Detailed Description
Methods for handling multitasking generators.
Definition in file mtc_generator.h.
Macro Definition Documentation
#define BASE TcGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
#define TEMP template<class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
#define THIS TmtcGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
libFAUDES 2.24g
--- 2014.09.15
--- c++ api documentaion by doxygen
|