|
|
Generator with I/O-plant 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 THioPlant<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| #define | BASE TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| #define | TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
Typedefs |
typedef THioPlant
< AttributeVoid, HioStateFlags,
HioEventFlags, AttributeVoid > | faudes::HioPlant |
Functions |
| bool | faudes::IsHioPlantForm (HioPlant &rHioPlant, StateSet &rQYpYe, StateSet &rQUp, StateSet &rQUe, EventSet &rErrEvSet, TransSet &rErrTrSet, StateSet &rErrStSet, std::string &rReportStr) |
| | IsHioPlantForm: check if rHioPlant is in I/O-plant form and assign state attributes.
|
| bool | faudes::IsHioPlantForm (HioPlant &rHioPlant, std::string &rReportStr) |
| | IsHioPlantForm: check if rHioPlant is in I/O-plant form and assign state attributes.
|
| bool | faudes::IsHioPlantForm (HioPlant &rHioPlant) |
| | IsHioPlantForm: check if rHioPlant is in I/O-plant form and assign state attributes.
|
| void | faudes::HioStatePartition (HioPlant &rPlant) |
| | Function definition for run-time interface.
|
Detailed Description
Generator with I/O-plant attributes.
Definition in file hio_plant.h.
Macro Definition Documentation
| #define BASE TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| #define TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
| #define THIS THioPlant<GlobalAttr, StateAttr, EventAttr, TransAttr> |
libFAUDES 2.28c
--- 2016.09.30
--- c++ api documentaion by doxygen
|