9 #ifndef DEVMGR_COMMON_ACTION_MGR_HPP_
10 #define DEVMGR_COMMON_ACTION_MGR_HPP_
13 #include <boost/asio.hpp>
16 #include <scxml4cpp/EventQueue.h>
17 #include <rad/ActionMgr.hpp>
18 #include <rad/Dispatcher.hpp>
19 #include <rad/MsgReplier.hpp>
20 #include <rad/SMAdapter.hpp>
21 #include <scxml4cpp/EventQueue.h>
70 DataContext& the_data,
71 DeviceFacade& device_facade);
81 DeviceFacade& device_facade);
91 #endif // DEVMGR_COMMON_ACTION_MGR_HPP_
Definition: MsgReplier.hpp:29
void CreateActions(boost::asio::io_service &ios, rad::SMAdapter &sm, rad::Dispatcher &dispatcher, rad::MsgReplier &msg_replier, DataContext &the_data, DeviceFacade &device_facade)
Definition: actionMgr.cpp:42
ActionMgr()
Definition: actionMgr.cpp:34
Definition: ActionMgr.hpp:38
Definition: Dispatcher.hpp:22
void CreateActivities(DataContext &the_data, rad::SMAdapter &sm, DeviceFacade &device_facade)
Definition: actionMgr.cpp:265
Definition: SMAdapter.hpp:43
ActionMgr & operator=(const ActionMgr &)=delete
Disable assignment operator.
virtual ~ActionMgr()
Definition: actionMgr.cpp:38