onboardapi  9.10.0
by Rheinmetall
M_SignalProcessing::ConfigHfComponent Struct Reference

Configure a high frequency component (transmitter/receiver). More...

Public Member Functions

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

Public Attributes

std::string KeyId
 Indicates which HF component to configure. More...
 
M_SignalProcessing::HfComponentType HfComponent
 HF component data. More...
 
bool IsRemoved
 

Detailed Description

Configure a high frequency component (transmitter/receiver).

Constructor & Destructor Documentation

◆ ConfigHfComponent() [1/2]

M_SignalProcessing::ConfigHfComponent::ConfigHfComponent ( )

◆ ConfigHfComponent() [2/2]

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

Member Data Documentation

◆ HfComponent

M_SignalProcessing::HfComponentType M_SignalProcessing::ConfigHfComponent::HfComponent

HF component data.

◆ IsRemoved

bool M_SignalProcessing::ConfigHfComponent::IsRemoved

Indicates if the payload is no longer available Note: This will always be set to true when the instance has been shut down After this has been set to true, the payload will no longer be available to late joiners.

◆ KeyId

std::string M_SignalProcessing::ConfigHfComponent::KeyId

Indicates which HF component to configure.