|
| LoopStateData & | GetState () |
| |
| | ActionsLoopSuspended (const std::string &name, rad::Application &appl, rad::ConfigurableActionMgr &action_mgr, DataContext &data, int loop_index, std::shared_ptr< LoopCompletionHandler > completion_handler) |
| |
| | ~ActionsLoopSuspended () override |
| |
| void | Execute (scxml4cpp::Context *c) override |
| |
| void | Complete (scxml4cpp::Context *c) override |
| |
| void | Abort (scxml4cpp::Context *c) override |
| |
| | ActionsLoopSuspended (const ActionsLoopSuspended &)=delete |
| |
| ActionsLoopSuspended & | operator= (const ActionsLoopSuspended &)=delete |
| |
| | ActionsLoopSuspended (const std::string &name, rad::Application &appl, rad::ConfigurableActionMgr &action_mgr, DataContext &data, int loop_index, std::shared_ptr< LoopCompletionHandler > completion_handler) |
| |
| | ActionsLoopSuspended (const ActionsLoopSuspended &)=delete |
| |
| | ~ActionsLoopSuspended () override |
| |
| void | Execute (scxml4cpp::Context *c) override |
| |
| void | Complete (scxml4cpp::Context *c) override |
| |
| void | Abort (scxml4cpp::Context *c) override |
| |
| ActionsLoopSuspended & | operator= (const ActionsLoopSuspended &)=delete |
| |
| | BaseLoopSuspendedActions (const std::string &name, rad::Application &appl, rad::ConfigurableActionMgr &action_mgr, DataContext &data, int loop_index, std::shared_ptr< LoopCompletionHandler > completion_handler=nullptr) |
| |
| virtual | ~BaseLoopSuspendedActions ()=default |
| |
| void | Initialize () override |
| |
| void | Configure (const std::vector< std::string > &keys) override |
| |
| virtual void | InstallTimer (scxml4cpp::Context *c) |
| |
| | BaseLoopSuspendedActions (const BaseLoopSuspendedActions &)=delete |
| |
| BaseLoopSuspendedActions & | operator= (const BaseLoopSuspendedActions &)=delete |
| |