|
onboardapi
9.10.0
by Rheinmetall
|
Report signal of interest. More...
Public Member Functions | |
| ReportSoi () | |
| ReportSoi (std::string const &KeyId, M_SignalProcessing::SoiType const &Soi, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyId |
| SOI identifier. More... | |
| M_SignalProcessing::SoiType | Soi |
| SOI data. More... | |
| bool | IsRemoved |
Report signal of interest.
| M_SignalProcessing::ReportSoi::ReportSoi | ( | ) |
| M_SignalProcessing::ReportSoi::ReportSoi | ( | std::string const & | KeyId, |
| M_SignalProcessing::SoiType const & | Soi, | ||
| bool | IsRemoved | ||
| ) |
| bool M_SignalProcessing::ReportSoi::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_SignalProcessing::ReportSoi::KeyId |
SOI identifier.
| M_SignalProcessing::SoiType M_SignalProcessing::ReportSoi::Soi |
SOI data.