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