onboardapi  9.10.0
by Rheinmetall
M_ActuationCtrl::ConfigActuationComponentReference Struct Reference

Notify to set the reference state of a specific actuation component. More...

Public Member Functions

 ConfigActuationComponentReference ()
 
 ConfigActuationComponentReference (std::string const &KeyId, M_ActuationCtrl::ActuationCommandType const &ReferenceState, bool StorePersistently, bool IsRemoved)
 

Public Attributes

std::string KeyId
 Identifies the actuation component. More...
 
M_ActuationCtrl::ActuationCommandType ReferenceState
 Actuation component reference state. More...
 
bool StorePersistently
 Indicates whether to store the reference state persistently. More...
 
bool IsRemoved
 

Detailed Description

Notify to set the reference state of a specific actuation component.

Constructor & Destructor Documentation

◆ ConfigActuationComponentReference() [1/2]

M_ActuationCtrl::ConfigActuationComponentReference::ConfigActuationComponentReference ( )

◆ ConfigActuationComponentReference() [2/2]

M_ActuationCtrl::ConfigActuationComponentReference::ConfigActuationComponentReference ( std::string const &  KeyId,
M_ActuationCtrl::ActuationCommandType const &  ReferenceState,
bool  StorePersistently,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_ActuationCtrl::ConfigActuationComponentReference::IsRemoved

◆ KeyId

std::string M_ActuationCtrl::ConfigActuationComponentReference::KeyId

Identifies the actuation component.

◆ ReferenceState

M_ActuationCtrl::ActuationCommandType M_ActuationCtrl::ConfigActuationComponentReference::ReferenceState

Actuation component reference state.

◆ StorePersistently

bool M_ActuationCtrl::ConfigActuationComponentReference::StorePersistently

Indicates whether to store the reference state persistently.