Go to the documentation of this file.
9 #ifndef SERVER_ACTION_PRESET_HPP_
10 #define SERVER_ACTION_PRESET_HPP_
12 #include <events.rad.hpp>
46 boost::asio::io_service& m_ios;
53 int m_monitoring_msg_counter;
58 #endif // SERVER_ACTION_PRESET_HPP_
Definition: actionsPreset.hpp:29
void Timeout(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:161
Definition: smAdapter.hpp:60
TopicSubRaw class header file.
void Start(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:73
Definition: msgReplier.hpp:28
Definition: topicSub.hpp:28
SMAdapter class header file.
MsgReplier class header file.
void Monitor(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:176
ActionsPreset & operator=(const ActionsPreset &)=delete
Disable copy constructor.
ActionsPreset(boost::asio::io_service &ios, rad::SMAdapter &sm, rad::MsgReplier &msg_replier, DataContext &data_ctx)
Definition: actionsPreset.cpp:34
void Done(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:148
virtual ~ActionsPreset()
Definition: actionsPreset.cpp:59
ActionsPreset(const ActionsPreset &)=delete
Definition: dataContext.hpp:21
Definition: actionMgr.cpp:24
SMRequestor.hpp public header file.
ActionGroup class header file.
Definition: actionGroup.hpp:20
void Stop(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:118