|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
Classes | |
| struct | DeviceParseSpec |
Functions | |
| constexpr char | ascii_upper (char value) noexcept |
| bool | parse_u32 (std::string_view text, std::uint32_t &out_value, int base) noexcept |
| constexpr bool | is_double_word_device (DeviceCode code) noexcept |
Variables | |
| constexpr std::array< DeviceParseSpec, 39 > | kDeviceParseSpecs |
|
constexprnoexcept |
Definition at line 76 of file high_level.hpp.
|
constexprnoexcept |
Definition at line 112 of file high_level.hpp.
|
inlinenoexcept |
Definition at line 80 of file high_level.hpp.
|
constexpr |
Definition at line 34 of file high_level.hpp.