|
onboardapi
9.10.0
by Rheinmetall
|
Report the current status of a specific actuation component. More...
Public Member Functions | |
| ReportActuationComponentStatus () | |
| ReportActuationComponentStatus (std::string const &KeyId, M_ActuationCtrl::ActuationStatusType const &Status, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyId |
| Identifies the actuation component. More... | |
| M_ActuationCtrl::ActuationStatusType | Status |
| Actuation component output. More... | |
| bool | IsRemoved |
Report the current status of a specific actuation component.
| M_ActuationCtrl::ReportActuationComponentStatus::ReportActuationComponentStatus | ( | ) |
| M_ActuationCtrl::ReportActuationComponentStatus::ReportActuationComponentStatus | ( | std::string const & | KeyId, |
| M_ActuationCtrl::ActuationStatusType const & | Status, | ||
| bool | IsRemoved | ||
| ) |
| bool M_ActuationCtrl::ReportActuationComponentStatus::IsRemoved |
Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.
| std::string M_ActuationCtrl::ReportActuationComponentStatus::KeyId |
Identifies the actuation component.
| M_ActuationCtrl::ActuationStatusType M_ActuationCtrl::ReportActuationComponentStatus::Status |
Actuation component output.