|
|
||||||
|
ios_algorithms.h
Go to the documentation of this file.
261 extern FAUDES_API void IoSynthesis(const IoSystem& rPlant, const Generator& rSpec, IoSystem& rSup);
291 extern FAUDES_API void IoSynthesisNB(const IoSystem& rPlant, const Generator& rSpec, IoSystem& rSup);
vGenerator Generator Plain generator, api typedef for generator with no attributes. Definition: cfl_generator.h:3240 bool IsInputOmegaFree(IoSystem &rIoSystem) Test whether the system behaviour has exhibits a free input. Definition: ios_algorithms.cpp:179 bool IsInputLocallyFree(IoSystem &rIoSystem) Test whether the system has a locally free input. Definition: ios_algorithms.cpp:139 bool IsIoSystem(const IoSystem &rIoSystem, StateSet &rQU, StateSet &rQY, StateSet &rQErr) Test whether the system satisfies basic I/O conditions. Definition: ios_algorithms.cpp:7 void IoFreeInput(IoSystem &rIoSystem) Enable all input events for each input state. Definition: ios_algorithms.cpp:251 Generator with I/O-system attributes. TioGenerator< AttributeVoid, AttributeIosState, AttributeIosEvent, AttributeVoid > IoSystem Definition: ios_system.h:777 void IoSynthesisNB(const IoSystem &rPlant, const Generator &rSpec, IoSystem &rSup) IO system synthesis. Definition: ios_algorithms.cpp:406 void IoStatePartition(IoSystem &rIoSystem) Construct io state partition. Definition: ios_algorithms.cpp:133 void IoSynthesis(const IoSystem &rPlant, const Generator &rSpec, IoSystem &rSup) IO system synthesis. Definition: ios_algorithms.cpp:420 libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |