|
hlcc 2.0.0-beta2+pre1
|
#include <actionsMonCmds.hpp>
Public Member Functions | |
| ActionsMonCmds (rad::Application &appl, ActionMgr &action_mgr, DataContext &data) | |
| void | Initialize () override |
| void | Configure (const std::vector< std::string > &keys) override |
| void | Reload (scxml4cpp::Context *c) |
| void | GetModulesLoaded (scxml4cpp::Context *c) |
| void | SetAppIgnore (scxml4cpp::Context *c) |
| void | LoadConfiguration (scxml4cpp::Context *c) |
| ActionsMonCmds (const ActionsMonCmds &)=delete | |
| ActionsMonCmds & | operator= (const ActionsMonCmds &)=delete |
| Disable copy constructor. | |
This class contains the implementation of the actions dealing with the following "Monitor Status And Configuration" commands:
| hlcc::telmon::ActionsMonCmds::ActionsMonCmds | ( | rad::Application & | appl, |
| ActionMgr & | action_mgr, | ||
| DataContext & | data | ||
| ) |
Constructor.
| [in] | appl | Reference to the rad-app application. |
| [in] | action_mgr | action manager |
| [in] | data | Data shared within the application among actions and activities. |
|
delete |
|
override |
This method allows to re-configure the member attributes of this class. It is usually invoked as consequence of an LoadConfig or SetConfig commands.
| keys | Modified parameters. Empty vector means all params have changed. |
| void hlcc::telmon::ActionsMonCmds::GetModulesLoaded | ( | scxml4cpp::Context * | c | ) |
Implementation of the GetModulesLoaded action. This action:
| [in] | c | Context containing the last event received by the State Machine. |
|
override |
This method allows to re-initialize the member attributes of this class. It is usually invoked as consequence of an Init command.
| void hlcc::telmon::ActionsMonCmds::LoadConfiguration | ( | scxml4cpp::Context * | c | ) |
Implementation of the LoadConfiguration action. This action:
| [in] | c | Context containing the last event received by the State Machine. |
|
delete |
Disable copy constructor.
| void hlcc::telmon::ActionsMonCmds::Reload | ( | scxml4cpp::Context * | c | ) |
Implementation of the Reload action. This action:
| [in] | c | Context containing the last event received by the State Machine. |
| void hlcc::telmon::ActionsMonCmds::SetAppIgnore | ( | scxml4cpp::Context * | c | ) |
Implementation of the SetAppIgnore action. This action:
| [in] | c | Context containing the last event received by the State Machine. |