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

#include <actionsSimCmds.hpp>

Inheritance diagram for hlcc::lsvsim::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 SetSim (scxml4cpp::Context *c)
 
 ActionsSimCmds (const ActionsSimCmds &)=delete
 
ActionsSimCmdsoperator= (const ActionsSimCmds &)=delete
 Disable copy constructor.
 

Detailed Description

This class contains the implementation of the actions related to SVs estimation.

Constructor & Destructor Documentation

◆ ActionsSimCmds() [1/2]

hlcc::lsvsim::ActionsSimCmds::ActionsSimCmds ( rad::Application &  appl,
ActionMgr action_mgr,
DataContext data 
)

Constructor.

Parameters
[in]smReference to the SM Adapter used to inject internal events.
[in]dataData shared within the application among actions and activities.

◆ ActionsSimCmds() [2/2]

hlcc::lsvsim::ActionsSimCmds::ActionsSimCmds ( const ActionsSimCmds )
delete

Member Function Documentation

◆ Configure()

void hlcc::lsvsim::ActionsSimCmds::Configure ( const std::vector< std::string > &  keys)
override

Method invoked when SetConfig or LoadConfig command is received to re-configure the actions class attributes.

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

◆ Initialize()

void hlcc::lsvsim::ActionsSimCmds::Initialize ( )
override

Method invoked when Init command is received to re-initialize the actions class attributes.

◆ operator=()

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

Disable copy constructor.

◆ SetSim()

void hlcc::lsvsim::ActionsSimCmds::SetSim ( scxml4cpp::Context *  c)

Method invoked when SetSim command is received This method receives a sim specific configuration and updates it.

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

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