ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
This class contains the implementation of the actions dealing with the standard commands from stdif.xml and the following signals: More...
#include <actionsStd.hpp>
Public Member Functions | |
ActionsStd (boost::asio::io_service &ios, rad::SMAdapter &sm, DataContext &data) | |
Constructor. More... | |
void | GetState (scxml4cpp::Context *c) |
Implementation of the GetState action. More... | |
void | GetStatus (scxml4cpp::Context *c) |
Implementation of the GetStatus action. More... | |
void | Stop (scxml4cpp::Context *c) |
Implementation of the Stop action. More... | |
void | Init (scxml4cpp::Context *c) |
Implementation of the Init action. More... | |
void | Enable (scxml4cpp::Context *c) |
Implementation of the Enable action. More... | |
void | Disable (scxml4cpp::Context *c) |
Implementation of the Disable action. More... | |
void | Reset (scxml4cpp::Context *c) |
Implementation of the Reset action. More... | |
void | SetLogLevel (scxml4cpp::Context *c) |
Implementation of the SetLogLevel action. More... | |
void | Exit (scxml4cpp::Context *c) |
Implementation of the Exit action. More... | |
void | ExitNoReply (scxml4cpp::Context *c) |
Implementation of the ExitNoReply action. More... | |
ActionsStd (const ActionsStd &)=delete | |
ActionsStd & | operator= (const ActionsStd &)=delete |
Disable copy constructor. More... | |
This class contains the implementation of the actions dealing with the standard commands from stdif.xml and the following signals:
In addition it implements the:
Definition at line 51 of file actionsStd.hpp.
server::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. |
Definition at line 61 of file actionsStd.cpp.
|
delete |
void server::ActionsStd::Disable | ( | scxml4cpp::Context * | c | ) |
Implementation of the Disable action.
This action:
[in] | c | Context containing the last event received by the State Machine. |
Definition at line 148 of file actionsStd.cpp.
void server::ActionsStd::Enable | ( | scxml4cpp::Context * | c | ) |
Implementation of the Enable action.
This action:
[in] | c | Context containing the last event received by the State Machine. |
Definition at line 137 of file actionsStd.cpp.
void server::ActionsStd::Exit | ( | scxml4cpp::Context * | c | ) |
Implementation of the Exit action.
This action:
[in] | c | Context containing the last event received by the State Machine. |
Definition at line 74 of file actionsStd.cpp.
void server::ActionsStd::ExitNoReply | ( | scxml4cpp::Context * | c | ) |
Implementation of the ExitNoReply action.
This action:
[in] | c | Context containing the last event received by the State Machine. |
Definition at line 86 of file actionsStd.cpp.
void server::ActionsStd::GetState | ( | scxml4cpp::Context * | c | ) |
Implementation of the GetState action.
This action:
[in] | c | Context containing the last event received by the State Machine. |
Definition at line 91 of file actionsStd.cpp.
void server::ActionsStd::GetStatus | ( | scxml4cpp::Context * | c | ) |
Implementation of the GetStatus action.
This action:
[in] | c | Context containing the last event received by the State Machine. |
Definition at line 102 of file actionsStd.cpp.
void server::ActionsStd::Init | ( | scxml4cpp::Context * | c | ) |
Implementation of the Init action.
This action:
[in] | c | Context containing the last event received by the State Machine. |
Definition at line 126 of file actionsStd.cpp.
|
delete |
Disable copy constructor.
void server::ActionsStd::Reset | ( | scxml4cpp::Context * | c | ) |
Implementation of the Reset action.
This action:
[in] | c | Context containing the last event received by the State Machine. |
Definition at line 159 of file actionsStd.cpp.
void server::ActionsStd::SetLogLevel | ( | scxml4cpp::Context * | c | ) |
Implementation of the SetLogLevel action.
This action:
[in] | c | Context containing the last event received by the State Machine. |
Definition at line 170 of file actionsStd.cpp.
void server::ActionsStd::Stop | ( | scxml4cpp::Context * | c | ) |
Implementation of the Stop action.
This action:
[in] | c | Context containing the last event received by the State Machine. |
Definition at line 115 of file actionsStd.cpp.