|
|
||||||
|
hyb_attributes.h
Go to the documentation of this file.
78 * the guard and reset data from that section. Else it does nothing. Exceptions may only be thrown
111 virtual void DoWrite(TokenWriter& rTw, const std::string& rLabel="", const Type* pContext=0) const;
128 virtual void DoXWrite(TokenWriter& rTw, const std::string& rLabel="", const Type* pContext=0) const;
135 * Linear hybrid automata state attribute with invariant, rates and optional initial state constraint.
227 virtual void DoWrite(TokenWriter& rTw, const std::string& rLabel="", const Type* pContext=0) const;
244 virtual void DoXWrite(TokenWriter& rTw, const std::string& rLabel="", const Type* pContext=0) const;
337 virtual void DoWrite(TokenWriter& rTw, const std::string& rLabel="", const Type* pContext=0) const;
#define FAUDES_TYPE_DECLARATION(ftype, ctype, cbase) faudes type declaration macro Definition: cfl_types.h:867 Linear hybrid automata globat attribute to specify the overall state space. Definition: hyb_attributes.h:260 Linear hybrid automata state attribute with invariant, rates and optional initial state constraint. Definition: hyb_attributes.h:144 Linear hybrid automata transition attribute with guard and resets. Definition: hyb_attributes.h:29 A TokenReader reads sequential tokens from a file or string. Definition: cfl_tokenreader.h:63 A TokenWriter writes sequential tokens to a file, a string or stdout. Definition: cfl_tokenwriter.h:51 Base class of all libFAUDES objects that participate in the run-time interface. Definition: cfl_types.h:239 Includes all libFAUDES headers, no plugins. Parameter types for linear hybrid automata. libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen |