|
onboardapi
9.10.0
by Rheinmetall
|
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 |
Notify to set the reference state of a specific actuation component.
| M_ActuationCtrl::ConfigActuationComponentReference::ConfigActuationComponentReference | ( | ) |
| M_ActuationCtrl::ConfigActuationComponentReference::ConfigActuationComponentReference | ( | std::string const & | KeyId, |
| M_ActuationCtrl::ActuationCommandType const & | ReferenceState, | ||
| bool | StorePersistently, | ||
| bool | IsRemoved | ||
| ) |
| bool M_ActuationCtrl::ConfigActuationComponentReference::IsRemoved |
| std::string M_ActuationCtrl::ConfigActuationComponentReference::KeyId |
Identifies the actuation component.
| M_ActuationCtrl::ActuationCommandType M_ActuationCtrl::ConfigActuationComponentReference::ReferenceState |
Actuation component reference state.
| bool M_ActuationCtrl::ConfigActuationComponentReference::StorePersistently |
Indicates whether to store the reference state persistently.