Go to the documentation of this file.
9 #ifndef EXMALSERVER_ACTIONS_PRESET_HPP_
10 #define EXMALSERVER_ACTIONS_PRESET_HPP_
12 #include <events.rad.hpp>
101 boost::asio::io_service& m_io_service;
112 #endif // EXMALSERVER_ACTIONS_PRESET_HPP_
SubscriberSM class header file.
void Start(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:31
Definition: smAdapter.hpp:60
Definition: actionMgr.cpp:24
ActionsPreset(boost::asio::io_service &ios, rad::SMAdapter &sm, DataContext &data)
Definition: actionsPreset.cpp:20
SMAdapter class header file.
ActionsPreset(const ActionsPreset &)=delete
void Status(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:133
Definition: actionsPreset.hpp:33
ActionsPreset & operator=(const ActionsPreset &)=delete
Disable copy constructor.
void Monitor(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:120
void Err(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:103
Definition: dataContext.hpp:23
Requestor class header file.
void Timeout(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:115
void Done(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:91
ActionGroup class header file.
Definition: request.hpp:36
Definition: actionGroup.hpp:20
void Stop(scxml4cpp::Context *c)
Definition: actionsPreset.cpp:78
Request classes header file.