hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
hlcc::telif::ActionsCommands Class Reference

#include <actionsCommands.hpp>

Inheritance diagram for hlcc::telif::ActionsCommands:

Public Member Functions

 ActionsCommands (rad::Application &appl, ActionMgr &action_mgr, DataContext &data)
 
void Initialize () override
 
void Configure (const std::vector< std::string > &keys) override
 
void GetConfig (scxml4cpp::Context *c)
 
 ActionsCommands (const ActionsCommands &)=delete
 
ActionsCommandsoperator= (const ActionsCommands &)=delete
 Disable copy constructor.
 

Detailed Description

This class contains the implementation of the actions dealing with the following "standard" commands:

GCH TODO: add all commands in the ICD. Now only an example

Constructor & Destructor Documentation

◆ ActionsCommands() [1/2]

hlcc::telif::ActionsCommands::ActionsCommands ( 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.

◆ ActionsCommands() [2/2]

hlcc::telif::ActionsCommands::ActionsCommands ( const ActionsCommands )
delete

Member Function Documentation

◆ Configure()

void hlcc::telif::ActionsCommands::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.

◆ GetConfig()

void hlcc::telif::ActionsCommands::GetConfig ( scxml4cpp::Context *  c)

Implementation of the GetConfig action. This action:

  • replies back for the originator of the GetConfig request with the current configuration
Parameters
[in]cContext containing the last event received by the State Machine.

◆ Initialize()

void hlcc::telif::ActionsCommands::Initialize ( )
override

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

◆ operator=()

ActionsCommands & hlcc::telif::ActionsCommands::operator= ( const ActionsCommands )
delete

Disable copy constructor.


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