rad
2.0.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
INTROOT
sources
hellomal
src
actionMgr.hpp
Go to the documentation of this file.
1
9
#ifndef HELLOMAL_ACTION_MGR_HPP_
10
#define HELLOMAL_ACTION_MGR_HPP_
11
12
#include <rad/actionMgr.hpp>
13
#include <rad/msgReplier.hpp>
14
#include <rad/smAdapter.hpp>
15
16
#include <scxml4cpp/EventQueue.h>
17
18
#include <boost/asio.hpp>
19
20
namespace
hellomal {
21
22
class
DataContext;
23
class
ActionsStd;
24
29
class
ActionMgr
:
public
rad::ActionMgr
{
30
public
:
34
ActionMgr
();
35
39
virtual
~ActionMgr
();
40
48
void
CreateActions
(boost::asio::io_service& ios,
49
rad::SMAdapter
& sm,
50
DataContext
& the_data);
51
58
void
CreateActivities
(
rad::SMAdapter
& sm,
DataContext
& the_data);
59
60
ActionMgr
(
const
ActionMgr
&) =
delete
;
61
ActionMgr
&
operator=
(
const
ActionMgr
&) =
delete
;
62
};
63
64
}
// namespace hellomal
65
66
#endif // HELLOMAL_ACTION_MGR_HPP_
hellomal::ActionMgr::CreateActions
void CreateActions(boost::asio::io_service &ios, rad::SMAdapter &sm, DataContext &the_data)
Definition:
actionMgr.cpp:31
rad::ActionMgr
Definition:
actionMgr.hpp:36
hellomal::DataContext
Definition:
dataContext.hpp:21
rad::SMAdapter
Definition:
smAdapter.hpp:42
hellomal::ActionMgr::CreateActivities
void CreateActivities(rad::SMAdapter &sm, DataContext &the_data)
Definition:
actionMgr.cpp:107
hellomal::ActionMgr::ActionMgr
ActionMgr()
Definition:
actionMgr.cpp:23
hellomal::ActionMgr::~ActionMgr
virtual ~ActionMgr()
Definition:
actionMgr.cpp:27
hellomal::ActionMgr
Definition:
actionMgr.hpp:29
hellomal::ActionMgr::operator=
ActionMgr & operator=(const ActionMgr &)=delete
Disable copy constructor.
Generated by
1.8.5