|
onboardapi
9.10.0
by Rheinmetall
|
Report current radio connection status. More...
Public Member Functions | |
| ReportRadioConnectionStatus () | |
| ReportRadioConnectionStatus (std::string const &KeyId, M_Teleoperation::RadioConnectionStatusType const &RadioConnectionStatus, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyId |
| Identifies the radio connection. More... | |
| M_Teleoperation::RadioConnectionStatusType | RadioConnectionStatus |
| Current status of the radio connection. More... | |
| bool | IsRemoved |
Report current radio connection status.
| M_Teleoperation::ReportRadioConnectionStatus::ReportRadioConnectionStatus | ( | ) |
| M_Teleoperation::ReportRadioConnectionStatus::ReportRadioConnectionStatus | ( | std::string const & | KeyId, |
| M_Teleoperation::RadioConnectionStatusType const & | RadioConnectionStatus, | ||
| bool | IsRemoved | ||
| ) |
| bool M_Teleoperation::ReportRadioConnectionStatus::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_Teleoperation::ReportRadioConnectionStatus::KeyId |
Identifies the radio connection.
| M_Teleoperation::RadioConnectionStatusType M_Teleoperation::ReportRadioConnectionStatus::RadioConnectionStatus |
Current status of the radio connection.