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