onboardapi  9.10.0
by Rheinmetall
M_ActuationCtrl::NotifyActuationComponentCommand Struct Reference

Notify to command value of a specific actuation component. More...

Public Member Functions

 NotifyActuationComponentCommand ()
 
 NotifyActuationComponentCommand (std::string const &KeyId, M_ActuationCtrl::ActuationCommandType const &Command)
 

Public Attributes

std::string KeyId
 Identifies the actuation component. More...
 
M_ActuationCtrl::ActuationCommandType Command
 Actuation component input. More...
 

Detailed Description

Notify to command value of a specific actuation component.

Constructor & Destructor Documentation

◆ NotifyActuationComponentCommand() [1/2]

M_ActuationCtrl::NotifyActuationComponentCommand::NotifyActuationComponentCommand ( )

◆ NotifyActuationComponentCommand() [2/2]

M_ActuationCtrl::NotifyActuationComponentCommand::NotifyActuationComponentCommand ( std::string const &  KeyId,
M_ActuationCtrl::ActuationCommandType const &  Command 
)

Member Data Documentation

◆ Command

M_ActuationCtrl::ActuationCommandType M_ActuationCtrl::NotifyActuationComponentCommand::Command

Actuation component input.

◆ KeyId

std::string M_ActuationCtrl::NotifyActuationComponentCommand::KeyId

Identifies the actuation component.