|
|
Generator with I/O-environment attributes.
More...
#include "corefaudes.h"
#include "hio_attributes.h"
Go to the source code of this file.
Namespaces |
| namespace | faudes |
| | libFAUDES resides within the namespace faudes.
|
Macros |
| #define | THIS THioEnvironment<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| #define | BASE TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| #define | TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
| #define | HIOENVIRONMENT_H |
Typedefs |
typedef THioEnvironment
< AttributeVoid, HioStateFlags,
HioEventFlags, AttributeVoid > | faudes::HioEnvironment |
Functions |
| bool | faudes::IsHioEnvironmentForm (HioEnvironment &rHioEnvironment, StateSet &rQYe, StateSet &rQUe, StateSet &rQUl, StateSet &rQYlUe, EventSet &rErrEvSet, TransSet &rErrTrSet, StateSet &rErrStSet, std::string &rReportStr) |
| | IsHioEnvironmentForm: check if rHioEnvironment is in I/O-environment form and assign state attributes.
|
| bool | faudes::IsHioEnvironmentForm (HioEnvironment &rHioEnvironment, std::string &rReportStr) |
| | IsHioEnvironmentForm: check if rHioEnvironment is in I/O-environment form and assign state attributes.
|
| bool | faudes::IsHioEnvironmentForm (HioEnvironment &rHioEnvironment) |
| | IsHioEnvironmentForm: check if rHioEnvironment is in I/O-environment form and assign state attributes.
|
| void | faudes::HioStatePartition (HioEnvironment &rEnvironment) |
| | Function definition for run-time interface.
|
Detailed Description
Generator with I/O-environment attributes.
Definition in file hio_environment.h.
Macro Definition Documentation
| #define BASE TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| #define TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
| #define THIS THioEnvironment<GlobalAttr, StateAttr, EventAttr, TransAttr> |
libFAUDES 2.28c
--- 2016.09.30
--- c++ api documentaion by doxygen
|