#include <array>
#include <map>
#include <string>
Go to the source code of this file.
Namespaces | |
psen_scan_v2_standalone | |
Root namespace in which the software components to communicate with the scanner (firmware-version: 2) are realised/implemented. | |
psen_scan_v2_standalone::configuration | |
Namespace for configuration defaults and definitions. | |
Functions | |
static ScannerId | psen_scan_v2_standalone::configuration::subscriber_number_to_scanner_id (uint8_t nr) |
Variables | |
static const int | psen_scan_v2_standalone::configuration::MAX_NR_SUBSCRIBERS = VALID_SCANNER_IDS.size() - 1 |
static const std::map< ScannerId, std::string > | psen_scan_v2_standalone::configuration::SCANNER_ID_TO_STRING |
static constexpr std::array< ScannerId, 4 > | psen_scan_v2_standalone::configuration::VALID_SCANNER_IDS |