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:
hellomal::ActionsStd::ActionsStd | ( | boost::asio::io_service & | ios, |
rad::SMAdapter & | sm, | ||
DataContext & | data | ||
) |
Constructor.
[in] | ios | Reference to the event loop. |
[in] | sm | Reference to the SM Adapter used to inject internal events. |
[in] | data | Data shared within the application among actions and activities. |
|
delete |
hellomal::ActionsStd::ActionsStd | ( | boost::asio::io_service & | ios, |
rad::SMAdapter & | sm, | ||
DataContext & | data | ||
) |
Constructor.
[in] | ios | Reference to the event loop. |
[in] | sm | Reference to the SM Adapter used to inject internal events. |
[in] | data | Data shared within the application among actions and activities. |
|
delete |
void hellomal::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 hellomal::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 hellomal::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 hellomal::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 hellomal::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 hellomal::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 hellomal::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 hellomal::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 hellomal::ActionsStd::GetState | ( | scxml4cpp::Context * | c | ) |
Implementation of the GetState action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hellomal::ActionsStd::GetState | ( | scxml4cpp::Context * | c | ) |
Implementation of the GetState action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hellomal::ActionsStd::GetStatus | ( | scxml4cpp::Context * | c | ) |
Implementation of the GetStatus action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hellomal::ActionsStd::GetStatus | ( | scxml4cpp::Context * | c | ) |
Implementation of the GetStatus action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hellomal::ActionsStd::GetVersion | ( | scxml4cpp::Context * | c | ) |
Implementation of the GetVersion action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hellomal::ActionsStd::GetVersion | ( | scxml4cpp::Context * | c | ) |
Implementation of the GetVersion action. This action:
[in] | c | Context containing the last event received by the State Machine. |
void hellomal::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 hellomal::ActionsStd::Init | ( | scxml4cpp::Context * | c | ) |
Implementation of the Init action. This action:
[in] | c | Context containing the last event received by the State Machine. |
|
delete |
Disable copy constructor.
|
delete |
Disable copy constructor.
void hellomal::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 hellomal::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 hellomal::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 hellomal::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 hellomal::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 hellomal::ActionsStd::Stop | ( | scxml4cpp::Context * | c | ) |
Implementation of the Stop action. This action:
[in] | c | Context containing the last event received by the State Machine. |