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

#include <actionsSimCmds.hpp>

Inheritance diagram for hlcc::telif::ActionsSimCmds:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ActionsSimCmds() [1/2]

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

◆ ActionsSimCmds() [2/2]

hlcc::telif::ActionsSimCmds::ActionsSimCmds ( const ActionsSimCmds & )
delete

Member Function Documentation

◆ Configure()

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

◆ Initialize()

void hlcc::telif::ActionsSimCmds::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=()

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

Disable copy constructor.

◆ UpdateRousTimer()

void hlcc::telif::ActionsSimCmds::UpdateRousTimer ( scxml4cpp::Context * c)

Implementation of the UpdateRousTimer action. This action:

  • receives the new time to update the Rou timer.
  • replies back for the originator with success of operation.
Parameters
[in]cContext containing the last event received by the State Machine.

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