|
onboardapi
9.10.0
by Rheinmetall
|
Configure signal of interest. More...
Public Member Functions | |
| ConfigSoi () | |
| ConfigSoi (std::string const &KeyId, M_SignalProcessing::SoiType const &Soi, bool IsRemoved) | |
Public Attributes | |
| std::string | KeyId |
| Indicates which SOI to configure. More... | |
| M_SignalProcessing::SoiType | Soi |
| SOI data. More... | |
| bool | IsRemoved |
Configure signal of interest.
| M_SignalProcessing::ConfigSoi::ConfigSoi | ( | ) |
| M_SignalProcessing::ConfigSoi::ConfigSoi | ( | std::string const & | KeyId, |
| M_SignalProcessing::SoiType const & | Soi, | ||
| bool | IsRemoved | ||
| ) |
| bool M_SignalProcessing::ConfigSoi::IsRemoved |
Indicates if the SOI no longer exists. Note: After this has been set to true, the SOI will no longer be available to late joiners.
| std::string M_SignalProcessing::ConfigSoi::KeyId |
Indicates which SOI to configure.
| M_SignalProcessing::SoiType M_SignalProcessing::ConfigSoi::Soi |
SOI data.