rad
3.0.0
|
#include <actionsStd.hpp>
This class contains the implementation of the actions dealing with the following "standard" commands:
and the following signals:
In addition it implements the:
hello::ActionsStd::ActionsStd | ( | boost::asio::io_service & | ios, |
rad::SMAdapter & | sm, | ||
rad::MsgReplier & | msg_replier, | ||
DataContext & | data | ||
) |
Constructor.
[in] | ios | Reference to the event loop. |
[in] | dispatcher | Reference to the event dispatcher. |
[in] | msg_replier | Helper class to reply to incoming requests. |
[in] | data | Data shared within the application among actions and activities. |
|
delete |
hello::ActionsStd::ActionsStd | ( | boost::asio::io_service & | ios, |
rad::SMAdapter & | sm, | ||
rad::MsgReplier & | msgR_replier, | ||
DataContext & | data | ||
) |
|
delete |
void hello::ActionsStd::Config | ( | scxml4cpp::Context * | c | ) |
void hello::ActionsStd::Config | ( | scxml4cpp::Context * | c | ) |
void hello::ActionsStd::Disable | ( | scxml4cpp::Context * | c | ) |
Implementation of the Disable action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hello::ActionsStd::Disable | ( | scxml4cpp::Context * | c | ) |
void hello::ActionsStd::Enable | ( | scxml4cpp::Context * | c | ) |
Implementation of the Enable action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hello::ActionsStd::Enable | ( | scxml4cpp::Context * | c | ) |
void hello::ActionsStd::Exit | ( | scxml4cpp::Context * | c | ) |
Implementation of the Exit action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hello::ActionsStd::Exit | ( | scxml4cpp::Context * | c | ) |
void hello::ActionsStd::ExitNoReply | ( | scxml4cpp::Context * | c | ) |
Implementation of the ExitNoReply action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hello::ActionsStd::ExitNoReply | ( | scxml4cpp::Context * | c | ) |
void hello::ActionsStd::Init | ( | scxml4cpp::Context * | c | ) |
Implementation of the Init action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hello::ActionsStd::Init | ( | scxml4cpp::Context * | c | ) |
|
virtual |
Implementation of the scxml4cpp::EventListener interface to know when an event has been rejected/ignored/processed. It can be used to implement the event reject policy.
[in] | event | Rejected event. |
Implements scxml4cpp::EventListener.
|
virtual |
Implements scxml4cpp::EventListener.
|
virtual |
Implementation of the scxml4cpp::StatusListener interface to receive the change of state notification.
[in] | status | Current State Machine active states configuration. |
Implements scxml4cpp::StatusListener.
|
virtual |
Implements scxml4cpp::StatusListener.
|
delete |
Disable copy constructor.
|
delete |
Disable copy constructor.
void hello::ActionsStd::Reset | ( | scxml4cpp::Context * | c | ) |
Implementation of the Reset action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hello::ActionsStd::Reset | ( | scxml4cpp::Context * | c | ) |
void hello::ActionsStd::SetLogLevel | ( | scxml4cpp::Context * | c | ) |
Implementation of the SetLogLevel action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hello::ActionsStd::SetLogLevel | ( | scxml4cpp::Context * | c | ) |
void hello::ActionsStd::Status | ( | scxml4cpp::Context * | c | ) |
Implementation of the Status action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hello::ActionsStd::Status | ( | scxml4cpp::Context * | c | ) |
void hello::ActionsStd::Stop | ( | scxml4cpp::Context * | c | ) |
Implementation of the Stop action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hello::ActionsStd::Stop | ( | scxml4cpp::Context * | c | ) |