|
|
Generator with I/O-constraint 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 THioConstraint<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| |
| #define | BASE TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
| |
| #define | TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
| |
|
| typedef THioConstraint< AttributeVoid, HioStateFlags, HioEventFlags, AttributeVoid > | faudes::HioConstraint |
| |
|
| bool | faudes::IsHioConstraintForm (HioConstraint &rHioConstraint, StateSet &rQY, StateSet &rQU, EventSet &rErrEvSet, TransSet &rErrTrSet, StateSet &rErrStSet, std::string &rReportStr) |
| | IsHioConstraintForm: check if rHioConstraint is in I/O-constraint form and assign state attributes. More...
|
| |
| bool | faudes::IsHioConstraintForm (HioConstraint &rHioConstraint, std::string &rReportStr) |
| | IsHioConstraintForm: check if rHioConstraint is in I/O-constraint form and assign state attributes. More...
|
| |
| bool | faudes::IsHioConstraintForm (HioConstraint &rHioConstraint) |
| | IsHioConstraintForm: check if rHioConstraint is in I/O-constraint form and assign state attributes. More...
|
| |
| void | faudes::HioStatePartition (HioConstraint &rConstraint) |
| | Function definition for run-time interface. More...
|
| |
Generator with I/O-constraint attributes.
Definition in file hio_constraint.h.
◆ BASE
| #define BASE TaGenerator<GlobalAttr, StateAttr, EventAttr, TransAttr> |
◆ TEMP
| #define TEMP template <class GlobalAttr, class StateAttr, class EventAttr, class TransAttr> |
◆ THIS
| #define THIS THioConstraint<GlobalAttr, StateAttr, EventAttr, TransAttr> |
libFAUDES 2.32f
--- 2024.12.22
--- c++ api documentaion by doxygen
|