|
|
||||||
|
ExbCompatibleStates Class Reference Detailed DescriptionIn this example, dynamics are given programtically, i.e. by a customised instance of CompatibleStates as opposed to the ready-to-use versions for DES or LHA. The plant we implement consits simple tank with two input symbols for fill '+' and drain '-' and two output symbols for full 'F' and and empty 'E'. Inputs symbols and output symbols alternate. Definition at line 29 of file hyb_5_controlB.cpp.
Constructor & Destructor Documentation◆ ExbCompatibleStates()
construct/destruct Definition at line 47 of file hyb_5_controlB.cpp. ◆ ~ExbCompatibleStates()
Definition at line 51 of file hyb_5_controlB.cpp. Member Function Documentation◆ Clear()
Definition at line 141 of file hyb_5_controlB.cpp. ◆ DWrite()
◆ ExecuteTransitions()
implement dynamics Implements faudes::CompatibleStates. Definition at line 75 of file hyb_5_controlB.cpp. ◆ InitialiseConstraint()
Implements faudes::CompatibleStates. Definition at line 59 of file hyb_5_controlB.cpp. ◆ InitialiseFull()
allway initialisation with no constraints, i.e., time invariant system Implements faudes::CompatibleStates. Definition at line 56 of file hyb_5_controlB.cpp. ◆ TakeByEvent()
Implements faudes::CompatibleStates. Definition at line 132 of file hyb_5_controlB.cpp. Member Data Documentation◆ mHopen
Definition at line 36 of file hyb_5_controlB.cpp. ◆ mLopen
Definition at line 35 of file hyb_5_controlB.cpp. ◆ mReachSets
transition result Definition at line 40 of file hyb_5_controlB.cpp. ◆ mU
recent input as discrete state, values "+", "-", none "~", init "0" Definition at line 38 of file hyb_5_controlB.cpp. ◆ mXmax
Definition at line 34 of file hyb_5_controlB.cpp. ◆ mXmin
one single "real" interval of compatible continuous states Definition at line 33 of file hyb_5_controlB.cpp. ◆ rAlphabet
event symbol table (cosmetic) Definition at line 42 of file hyb_5_controlB.cpp. The documentation for this class was generated from the following file: libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |