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