|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
Classes | |
| struct | LinkDirectParseSpec |
Functions | |
| constexpr char | ascii_upper (char value) noexcept |
| constexpr bool | is_separator (char value) noexcept |
| bool | parse_u32_chars (std::string_view text, int base, std::uint32_t &out_value) noexcept |
| bool | parse_link_direct_inner_device (std::string_view text, DeviceAddress &out_device) noexcept |
Variables | |
| constexpr LinkDirectParseSpec | kLinkDirectParseSpecs [] |
|
constexprnoexcept |
Definition at line 71 of file link_direct.hpp.
|
constexprnoexcept |
Definition at line 75 of file link_direct.hpp.
|
inlinenoexcept |
Definition at line 127 of file link_direct.hpp.
|
inlinenoexcept |
Definition at line 79 of file link_direct.hpp.
|
constexpr |
Definition at line 118 of file link_direct.hpp.