Go to the documentation of this file.
8 #ifndef SUP_SUBSIM_COMMON_ACTIONS_SETUP_HPP_
9 #define SUP_SUBSIM_COMMON_ACTIONS_SETUP_HPP_
12 #include <sup/subsim/common/events.rad.hpp>
14 #include <rad/actionGroup.hpp>
15 #include <rad/smAdapter.hpp>
16 #include <rad/mal/request.hpp>
18 #include <scxml4cpp/Context.h>
50 void Start(scxml4cpp::Context* c);
59 void Stop(scxml4cpp::Context* c);
68 void Done(scxml4cpp::Context* c);
77 void Error(scxml4cpp::Context* c);
86 void Timeout(scxml4cpp::Context* c);
92 boost::asio::io_service& m_io_service;
96 rad::cii::Request<std::string> m_setup_req;
102 #endif // SUP_SUBSIM_COMMON_ACTIONS_SETUP_HPP_
Definition: actionsSetup.hpp:30
ActionsSetup(boost::asio::io_service &ios, rad::SMAdapter &sm, DataContext &data_ctx)
Definition: actionsSetup.cpp:22
void Stop(scxml4cpp::Context *c)
Definition: actionsSetup.cpp:46
ActionsSetup(const ActionsSetup &)=delete
Disable copy constructor.
Definition: actionMgr.cpp:32
void Error(scxml4cpp::Context *c)
Definition: actionsSetup.cpp:70
Definition: dataContext.hpp:87
void Timeout(scxml4cpp::Context *c)
Definition: actionsSetup.cpp:86
void Start(scxml4cpp::Context *c)
Definition: actionsSetup.cpp:32
void Done(scxml4cpp::Context *c)
Definition: actionsSetup.cpp:62
ActionsSetup & operator=(const ActionsSetup &)=delete
Disable assignment operator.