|
Generator with I/O-controller 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 THioController<GlobalAttr, StateAttr, EventAttr, TransAttr> |
|
#define | BASE TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
|
#define | TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
|
|
typedef THioController< AttributeVoid, HioStateFlags, HioEventFlags, AttributeVoid > | faudes::HioController |
|
|
bool | faudes::IsHioControllerForm (HioController &rHioController, StateSet &rQUc, StateSet &rQYP, StateSet &rQUp, StateSet &rQYcUp, EventSet &rErrEvSet, TransSet &rErrTrSet, StateSet &rErrStSet, std::string &rReportStr) |
| IsHioControllerForm: check if rHioController is in I/O-controller form and assign state attributes. More...
|
|
bool | faudes::IsHioControllerForm (HioController &rHioController, std::string &rReportStr) |
| IsHioControllerForm: check if rHioController is in I/O-controller form and assign state attributes. More...
|
|
bool | faudes::IsHioControllerForm (HioController &rHioController) |
| IsHioControllerForm: check if rHioController is in I/O-controller form and assign state attributes. More...
|
|
void | faudes::HioStatePartition (HioController &rController) |
| Function definition for run-time interface. More...
|
|
Generator with I/O-controller attributes.
Definition in file hio_controller.h.
◆ BASE
#define BASE TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
◆ TEMP
#define TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
◆ THIS
#define THIS THioController<GlobalAttr, StateAttr, EventAttr, TransAttr> |
libFAUDES 2.32b
--- 2024.03.01
--- c++ api documentaion by doxygen
|