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