HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
hlcc::telmon::ActionsMonCmds Class Reference

#include <actionsMonCmds.hpp>

Inheritance diagram for hlcc::telmon::ActionsMonCmds:

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 SetSubsystemIgnore (scxml4cpp::Context *c)
 
void SetAppIgnore (scxml4cpp::Context *c)
 
void LoadConfiguration (scxml4cpp::Context *c)
 
 ActionsMonCmds (const ActionsMonCmds &)=delete
 
ActionsMonCmdsoperator= (const ActionsMonCmds &)=delete
 Disable copy constructor.
 

Detailed Description

This class contains the implementation of the actions dealing with the following "Monitor Status And Configuration" commands:

Constructor & Destructor Documentation

◆ ActionsMonCmds() [1/2]

hlcc::telmon::ActionsMonCmds::ActionsMonCmds ( rad::Application & appl,
ActionMgr & action_mgr,
DataContext & data )

Constructor.

Parameters
[in]applReference to the rad-app application.
[in]action_mgraction manager
[in]dataData shared within the application among actions and activities.

◆ ActionsMonCmds() [2/2]

hlcc::telmon::ActionsMonCmds::ActionsMonCmds ( const ActionsMonCmds & )
delete

Member Function Documentation

◆ Configure()

void hlcc::telmon::ActionsMonCmds::Configure ( const std::vector< std::string > & keys)
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.

Parameters
keysModified parameters. Empty vector means all params have changed.

◆ GetModulesLoaded()

void hlcc::telmon::ActionsMonCmds::GetModulesLoaded ( scxml4cpp::Context * c)

Implementation of the GetModulesLoaded action. This action:

  • returns the number of modules loaded
Parameters
[in]cContext containing the last event received by the State Machine.

◆ Initialize()

void hlcc::telmon::ActionsMonCmds::Initialize ( )
override

This method allows to re-initialize the member attributes of this class. It is usually invoked as consequence of an Init command.

◆ LoadConfiguration()

void hlcc::telmon::ActionsMonCmds::LoadConfiguration ( scxml4cpp::Context * c)

Implementation of the LoadConfiguration action. This action:

  • Loads the configuration from local configuration file.
  • Applies command line options
  • updates Oldb
Parameters
[in]cContext containing the last event received by the State Machine.

◆ operator=()

ActionsMonCmds & hlcc::telmon::ActionsMonCmds::operator= ( const ActionsMonCmds & )
delete

Disable copy constructor.

◆ Reload()

void hlcc::telmon::ActionsMonCmds::Reload ( scxml4cpp::Context * c)

Implementation of the Reload action. This action:

  • Reloads the python modules
Parameters
[in]cContext containing the last event received by the State Machine.

◆ SetAppIgnore()

void hlcc::telmon::ActionsMonCmds::SetAppIgnore ( scxml4cpp::Context * c)

Implementation of the SetAppIgnore action. This action:

  • changes the ignore state of an monitored appplication
Parameters
[in]cContext containing the last event received by the State Machine.

◆ SetSubsystemIgnore()

void hlcc::telmon::ActionsMonCmds::SetSubsystemIgnore ( scxml4cpp::Context * c)

Implementation of the SetSubsystemIgnore action. This action:

  • changes the ignore state of an monitored subsystems
Parameters
[in]cContext containing the last event received by the State Machine.

The documentation for this class was generated from the following files: