|
constexpr std::string_view | BR0 = "0" |
|
constexpr std::string_view | BR50 = "50" |
|
constexpr std::string_view | BR75 = "75" |
|
constexpr std::string_view | BR110 = "110" |
|
constexpr std::string_view | BR134 = "134" |
|
constexpr std::string_view | BR150 = "150" |
|
constexpr std::string_view | BR200 = "200" |
|
constexpr std::string_view | BR300 = "300" |
|
constexpr std::string_view | BR600 = "600" |
|
constexpr std::string_view | BR1200 = "1200" |
|
constexpr std::string_view | BR1800 = "1800" |
|
constexpr std::string_view | BR2400 = "2400" |
|
constexpr std::string_view | BR4800 = "4800" |
|
constexpr std::string_view | BR9600 = "9600" |
|
constexpr std::string_view | BR19200 = "19200" |
|
constexpr std::string_view | BR38400 = "38400" |
|
constexpr std::string_view | BR57600 = "57600" |
|
constexpr std::string_view | BR115200 = "115200" |
|
constexpr std::string_view | BR230400 = "230400" |
|
constexpr std::string_view | BR460800 = "460800" |
|
constexpr std::string_view | BR500000 = "500000" |
|
constexpr std::string_view | BR576000 = "576000" |
|
constexpr std::string_view | BR921600 = "921600" |
|
constexpr std::string_view | BR1000000 = "1000000" |
|
constexpr std::string_view | BR1152000 = "1152000" |
|
constexpr std::string_view | BR1500000 = "1500000" |
|
constexpr std::string_view | BR2000000 = "2000000" |
|
constexpr std::string_view | BR2500000 = "2500000" |
|
constexpr std::string_view | BR3000000 = "3000000" |
|
constexpr std::string_view | BR3500000 = "3500000" |
|
constexpr std::string_view | BR4000000 = "4000000" |
|
constexpr std::string_view | DB5 = "5" |
|
constexpr std::string_view | DB6 = "6" |
|
constexpr std::string_view | DB7 = "7" |
|
constexpr std::string_view | DB8 = "8" |
|
constexpr std::string_view | SB1 = "1" |
|
constexpr std::string_view | SB2 = "2" |
|
std::map< iv::model::comms::serial::eBaudRate, std::string_view > | baudRateMap |
|
std::map< iv::model::comms::serial::eDataBits, std::string_view > | dataBitsMap |
|
std::map< iv::model::comms::serial::eStopBits, std::string_view > | stopBitsMap |
|