|
hio_environment.h File Reference
Generator with I/O-environment attributes.
More...
#include "corefaudes.h"
#include "hio_attributes.h"
Go to the source code of this file.
Classes |
class | faudes::THioEnvironment< GlobalAttr, StateAttr, EventAttr, TransAttr > |
| Generator with I/O-environment attributes. More...
|
Namespaces |
namespace | faudes |
| libFAUDES resides within the namespace faudes.
|
Defines |
#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.
Define 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.23h
--- 2014.04.03
--- c++ api documentaion by doxygen
|