|
|
Generator with I/O-plant attributes.
More...
#include "corefaudes.h"
#include "hio_attributes.h"
Go to the source code of this file.
|
| | faudes |
| | libFAUDES resides within the namespace faudes.
|
| |
|
| #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> |
| |
|
| typedef THioPlant< AttributeVoid, HioStateFlags, HioEventFlags, AttributeVoid > | faudes::HioPlant |
| |
|
| 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. More...
|
| |
| bool | faudes::IsHioPlantForm (HioPlant &rHioPlant, std::string &rReportStr) |
| | IsHioPlantForm: check if rHioPlant is in I/O-plant form and assign state attributes. More...
|
| |
| bool | faudes::IsHioPlantForm (HioPlant &rHioPlant) |
| | IsHioPlantForm: check if rHioPlant is in I/O-plant form and assign state attributes. More...
|
| |
| void | faudes::HioStatePartition (HioPlant &rPlant) |
| | Function definition for run-time interface. More...
|
| |
Generator with I/O-plant attributes.
Definition in file hio_plant.h.
◆ BASE
| #define BASE TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
◆ TEMP
| #define TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
◆ THIS
| #define THIS THioPlant<GlobalAttr, StateAttr, EventAttr, TransAttr> |
libFAUDES 2.31h
--- 2024.01.29
--- c++ api documentaion by doxygen
|