Apollo 10.0
自动驾驶开放平台
|
#include <ndt_map_node_config.h>
Public 成员函数 | |
NdtMapNodeConfig () | |
~NdtMapNodeConfig () | |
std::shared_ptr< BaseMapNodeConfig > | Clone () |
Alloc a new map node config. | |
![]() | |
BaseMapNodeConfig () | |
virtual | ~BaseMapNodeConfig () |
virtual unsigned int | LoadBinary (const unsigned char *buf) |
Load the map node config from a binary chunk. | |
virtual unsigned int | CreateBinary (unsigned char *buf, size_t buf_size) const |
Create the binary map node config. | |
virtual unsigned int | GetBinarySize () const |
Get the size of the config in bytes. | |
额外继承的成员函数 | |
![]() | |
MapNodeIndex | node_index_ |
MapVersion | map_version_ = MapVersion::UNKNOWN |
unsigned char | body_md5_ [MD5LENTH] = {0} |
size_t | body_size_ = 0 |
bool | has_map_version_ = true |
bool | has_body_md5_ = true |
在文件 ndt_map_node_config.h 第 27 行定义.
apollo::localization::msf::pyramid_map::NdtMapNodeConfig::NdtMapNodeConfig | ( | ) |
在文件 ndt_map_node_config.cc 第 25 行定义.
apollo::localization::msf::pyramid_map::NdtMapNodeConfig::~NdtMapNodeConfig | ( | ) |
在文件 ndt_map_node_config.cc 第 27 行定义.
|
virtual |
Alloc a new map node config.
Clone a new map node config.
重载 apollo::localization::msf::pyramid_map::BaseMapNodeConfig .
在文件 ndt_map_node_config.cc 第 29 行定义.