头部信息
More...
#include <type.h>
|
| std::string | id |
| | uuid
|
| std::string | name |
| | 名称
|
| int64_t | stamp |
| | 时间戳,UTC时间(1970年01月01日00时00分00秒~至今),单位:纳秒
|
| std::string | map_id |
| | 当前地图的id,形式为uuid:例如a5e7c6de-4463-443e-8b25-ccbfd6a27aee, 与地图文件名字相同
|
| int | error_code = -1 |
| | 错误码
|
头部信息
Definition at line 425 of file type.h.
◆ error_code
| int agvc_interface::Header::error_code = -1 |
◆ id
| std::string agvc_interface::Header::id |
◆ map_id
| std::string agvc_interface::Header::map_id |
当前地图的id,形式为uuid:例如a5e7c6de-4463-443e-8b25-ccbfd6a27aee, 与地图文件名字相同
Definition at line 430 of file type.h.
◆ name
| std::string agvc_interface::Header::name |
◆ stamp
| int64_t agvc_interface::Header::stamp |
时间戳,UTC时间(1970年01月01日00时00分00秒~至今),单位:纳秒
Definition at line 429 of file type.h.
The documentation for this struct was generated from the following file: