8 #ifndef SUP_SUBSIM_COMMON_ACTIONS_SETUP_HPP_
9 #define SUP_SUBSIM_COMMON_ACTIONS_SETUP_HPP_
12 #include <utils/bat/logger.hpp>
13 #include <ifw/sup/subsim/common/events.rad.hpp>
15 #include <rad/actionGroup.hpp>
16 #include <rad/smAdapter.hpp>
17 #include <rad/mal/request.hpp>
19 #include <scxml4cpp/Context.h>
49 void Start(scxml4cpp::Context* c);
58 void Stop(scxml4cpp::Context* c);
67 void Done(scxml4cpp::Context* c);
76 void Error(scxml4cpp::Context* c);
85 void Timeout(scxml4cpp::Context* c);
92 rad::cii::Request<std::string> m_setup_req;
93 log4cplus::Logger m_logger;
Definition: actionsSetup.hpp:31
ActionsSetup & operator=(const ActionsSetup &)=delete
Disable assignment operator.
void Stop(scxml4cpp::Context *c)
Definition: actionsSetup.cpp:42
void Error(scxml4cpp::Context *c)
Definition: actionsSetup.cpp:66
void Timeout(scxml4cpp::Context *c)
Definition: actionsSetup.cpp:82
ActionsSetup(const ActionsSetup &)=delete
Disable copy constructor.
void Done(scxml4cpp::Context *c)
Definition: actionsSetup.cpp:58
void Start(scxml4cpp::Context *c)
Definition: actionsSetup.cpp:28
ActionsSetup()
Definition: actionsSetup.cpp:22
Definition: actionMgr.cpp:32