|
onboardapi
9.10.0
by Rheinmetall
|
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 |
Store a specific scan pattern.
| M_ScanCtrl::ConfigStoreScanPattern::ConfigStoreScanPattern | ( | ) |
| M_ScanCtrl::ConfigStoreScanPattern::ConfigStoreScanPattern | ( | std::string const & | KeyPatternName, |
| M_ScanCtrl::ScanPatternType const & | ScanPattern, | ||
| bool | 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.
| std::string M_ScanCtrl::ConfigStoreScanPattern::KeyPatternName |
Identifies the scan pattern to be stored.
| M_ScanCtrl::ScanPatternType M_ScanCtrl::ConfigStoreScanPattern::ScanPattern |
The scan pattern to be stored.