onboardapi  9.10.0
by Rheinmetall
M_SignalProcessing::ReportHfComponent Struct Reference

Report high frequency component (transmitter/receiver). More...

Public Member Functions

 ReportHfComponent ()
 
 ReportHfComponent (std::string const &KeyId, M_SignalProcessing::HfComponentType const &HfComponent, bool IsRemoved)
 

Public Attributes

std::string KeyId
 HF component identifier. More...
 
M_SignalProcessing::HfComponentType HfComponent
 HF component data. More...
 
bool IsRemoved
 

Detailed Description

Report high frequency component (transmitter/receiver).

Constructor & Destructor Documentation

◆ ReportHfComponent() [1/2]

M_SignalProcessing::ReportHfComponent::ReportHfComponent ( )

◆ ReportHfComponent() [2/2]

M_SignalProcessing::ReportHfComponent::ReportHfComponent ( std::string const &  KeyId,
M_SignalProcessing::HfComponentType const &  HfComponent,
bool  IsRemoved 
)

Member Data Documentation

◆ HfComponent

M_SignalProcessing::HfComponentType M_SignalProcessing::ReportHfComponent::HfComponent

HF component data.

◆ IsRemoved

bool M_SignalProcessing::ReportHfComponent::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::ReportHfComponent::KeyId

HF component identifier.