|
rad 6.2.0
|
#include <actionsStd.hpp>
Public Member Functions | |
| ActionsStd (boost::asio::io_context &ios, rad::SMAdapter &sm, DataContext &data) | |
| void | GetState (scxml4cpp::Context *c) |
| void | GetStatus (scxml4cpp::Context *c) |
| void | GetVersion (scxml4cpp::Context *c) |
| void | Stop (scxml4cpp::Context *c) |
| void | Init (scxml4cpp::Context *c) |
| void | Enable (scxml4cpp::Context *c) |
| void | Disable (scxml4cpp::Context *c) |
| void | Reset (scxml4cpp::Context *c) |
| void | Config (scxml4cpp::Context *c) |
| void | SetLogLevel (scxml4cpp::Context *c) |
| void | Exit (scxml4cpp::Context *c) |
| void | ExitNoReply (scxml4cpp::Context *c) |
| ActionsStd (const ActionsStd &)=delete | |
| ActionsStd & | operator= (const ActionsStd &)=delete |
| Disable copy constructor. | |
Public Member Functions inherited from rad::ActionGroup | |
| ActionGroup (const std::string &id) | |
| virtual | ~ActionGroup () |
| const std::string & | GetId () const |
| void | SetId (const std::string &id) |
| ActionGroup (const ActionGroup &)=delete | |
| ActionGroup & | operator= (const ActionGroup &)=delete |
| Disable copy constructor. | |
This class contains the implementation of the actions dealing with the following "standard" commands:
and the following signals:
In addition it implements the:
| exmalserver::ActionsStd::ActionsStd | ( | boost::asio::io_context & | 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 exmalserver::ActionsStd::Config | ( | scxml4cpp::Context * | c | ) |
| void exmalserver::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 exmalserver::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 exmalserver::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 exmalserver::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 exmalserver::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 exmalserver::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 exmalserver::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 exmalserver::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.
| void exmalserver::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 exmalserver::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 exmalserver::ActionsStd::Stop | ( | scxml4cpp::Context * | c | ) |
Implementation of the Stop action. This action:
| [in] | c | Context containing the last event received by the State Machine. |