UInt8 消息类型:std/UInt8
更多...
#include <rmvlmsg/std/uint8.hpp>
|
| std::string | serialize () const noexcept |
| | 消息序列化
|
| std::size_t | compact_size () const noexcept |
| | 获取消息紧凑序列化后的大小(单位:字节)
|
|
| static constexpr const char | msg_type [] = "std/UInt8" |
| | 消息类型字符串常量
|
◆ compact_size()
| std::size_t rm::msg::UInt8::compact_size |
( |
| ) |
const |
|
noexcept |
◆ deserialize()
| UInt8 rm::msg::UInt8::deserialize |
( |
const char *const | str | ) |
|
|
staticnoexcept |
◆ serialize()
| std::string rm::msg::UInt8::serialize |
( |
| ) |
const |
|
noexcept |
◆ data
| uint8_t rm::msg::UInt8::data {} |
◆ msg_type
| const char rm::msg::UInt8::msg_type[] = "std/UInt8" |
|
staticconstexpr |