onboardapi  9.10.0
by Rheinmetall
M_SignalProcessing::ReportSoi Struct Reference

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
 

Detailed Description

Report signal of interest.

Constructor & Destructor Documentation

◆ ReportSoi() [1/2]

M_SignalProcessing::ReportSoi::ReportSoi ( )

◆ ReportSoi() [2/2]

M_SignalProcessing::ReportSoi::ReportSoi ( std::string const &  KeyId,
M_SignalProcessing::SoiType const &  Soi,
bool  IsRemoved 
)

Member Data Documentation

◆ 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.

◆ KeyId

std::string M_SignalProcessing::ReportSoi::KeyId

SOI identifier.

◆ Soi

M_SignalProcessing::SoiType M_SignalProcessing::ReportSoi::Soi

SOI data.