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