onboardapi  9.10.0
by Rheinmetall
M_ScanCtrl::ConfigStoreScanPattern Struct Reference

Store a specific scan pattern. More...

Public Member Functions

 ConfigStoreScanPattern ()
 
 ConfigStoreScanPattern (std::string const &KeyPatternName, M_ScanCtrl::ScanPatternType const &ScanPattern, bool IsRemoved)
 

Public Attributes

std::string KeyPatternName
 Identifies the scan pattern to be stored. More...
 
M_ScanCtrl::ScanPatternType ScanPattern
 The scan pattern to be stored. More...
 
bool IsRemoved
 

Detailed Description

Store a specific scan pattern.

Constructor & Destructor Documentation

◆ ConfigStoreScanPattern() [1/2]

M_ScanCtrl::ConfigStoreScanPattern::ConfigStoreScanPattern ( )

◆ ConfigStoreScanPattern() [2/2]

M_ScanCtrl::ConfigStoreScanPattern::ConfigStoreScanPattern ( std::string const &  KeyPatternName,
M_ScanCtrl::ScanPatternType const &  ScanPattern,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_ScanCtrl::ConfigStoreScanPattern::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.

◆ KeyPatternName

std::string M_ScanCtrl::ConfigStoreScanPattern::KeyPatternName

Identifies the scan pattern to be stored.

◆ ScanPattern

M_ScanCtrl::ScanPatternType M_ScanCtrl::ConfigStoreScanPattern::ScanPattern

The scan pattern to be stored.