|
| bool | IsCustom () const |
| |
| | BaseLoopActions (const std::string &name, rad::Application &appl, rad::ConfigurableActionMgr &action_mgr, DataContext &data, int loop_index, std::shared_ptr< LoopCompletionHandler > completion_handler=nullptr) |
| |
| | BaseLoopActions (const BaseLoopActions &)=delete |
| |
| | BaseLoopActions (const std::string &name, rad::Application &appl, rad::ConfigurableActionMgr &action_mgr, DataContext &data, int loop_index, std::shared_ptr< LoopCompletionHandler > completion_handler=nullptr) |
| |
| virtual | ~BaseLoopActions ()=default |
| |
| void | Initialize () override |
| |
| void | Configure (const std::vector< std::string > &keys) override |
| |
| virtual void | Init (scxml4cpp::Context *c) |
| |
| virtual void | Execute (scxml4cpp::Context *c) |
| |
| virtual void | Complete (scxml4cpp::Context *c) |
| |
| virtual void | Abort (scxml4cpp::Context *c) |
| |
| virtual void | InstallTimer (scxml4cpp::Context *c) |
| |
| virtual bool | DoExecute () |
| |
| | BaseLoopActions (const BaseLoopActions &)=delete |
| |
| BaseLoopActions & | operator= (const BaseLoopActions &)=delete |
| |
| template<typename T> |
| T | GetLoopParam (const std::string &name) const |
| |
| template<typename T> |
| T | GetLoopParam (const std::string &name, const T &default_value) const |
| |
◆ BaseLoopActions() [1/2]
◆ BaseLoopActions() [2/2]
| ifw::slm::BaseLoopActions::BaseLoopActions |
( |
const std::string & | name, |
|
|
rad::Application & | appl, |
|
|
rad::ConfigurableActionMgr & | action_mgr, |
|
|
DataContext & | data, |
|
|
int | loop_index, |
|
|
std::shared_ptr< LoopCompletionHandler > | completion_handler = nullptr ) |
Constructor
- Parameters
-
| name | Action group name |
| appl | RAD application reference |
| action_mgr | Action manager reference |
| data | Data context reference |
| loop_index | Loop index (1-9) |
◆ IsCustom()
| bool ifw::slm::CustomLoopAction::IsCustom |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: