◆ TestDOMSCXMLReaderAction()
TestDOMSCXMLReaderAction::TestDOMSCXMLReaderAction |
( |
const std::string | id | ) |
|
|
inline |
◆ evaluate()
Evaluate a guard condition usually verified before taking a transition. The evaluation is blocking the State Machine interpreter and therefore should be short (ideally it should last 0 time).
- Parameters
-
c | Context for the execution of the action. |
- Returns
- true If the guard is satisfied, false otherwise.
Implements scxml4cpp::Action.
◆ execute()
Execute the task associated to the action. The execution is blocking the State Machine interpreter and therefore should be short (ideally it should last 0 time).
- Parameters
-
c | Context for the execution of the action. |
Implements scxml4cpp::Action.
The documentation for this class was generated from the following file: