onboardapi  9.10.0
by Rheinmetall
M_SignalProcessing::ConfigBandScanSubscription Struct Reference

Public Member Functions

 ConfigBandScanSubscription ()
 
 ConfigBandScanSubscription (std::string const &KeyId, M_SignalProcessing::BandScanType const &BandScan, bool IsRemoved)
 

Public Attributes

std::string KeyId
 Indicates which band scan to configure. More...
 
M_SignalProcessing::BandScanType BandScan
 Band scan parameters. More...
 
bool IsRemoved
 

Detailed Description

Configure band scan parameters. Note: This operation does not automatically configure the HF component parameters accordingly.

Constructor & Destructor Documentation

◆ ConfigBandScanSubscription() [1/2]

M_SignalProcessing::ConfigBandScanSubscription::ConfigBandScanSubscription ( )

◆ ConfigBandScanSubscription() [2/2]

M_SignalProcessing::ConfigBandScanSubscription::ConfigBandScanSubscription ( std::string const &  KeyId,
M_SignalProcessing::BandScanType const &  BandScan,
bool  IsRemoved 
)

Member Data Documentation

◆ BandScan

M_SignalProcessing::BandScanType M_SignalProcessing::ConfigBandScanSubscription::BandScan

Band scan parameters.

◆ IsRemoved

bool M_SignalProcessing::ConfigBandScanSubscription::IsRemoved

Indicates if the band scan parameter set no longer exists. Note: After this has been set to true, the band scan parameters will no longer be available to late joiners.

◆ KeyId

std::string M_SignalProcessing::ConfigBandScanSubscription::KeyId

Indicates which band scan to configure.