Apollo
6.0
Open source self driving car software
|
#include <ndt_map_node_config.h>
Public Member Functions | |
NdtMapNodeConfig () | |
~NdtMapNodeConfig () | |
std::shared_ptr< BaseMapNodeConfig > | Clone () |
Alloc a new map node config. More... | |
![]() | |
BaseMapNodeConfig () | |
virtual | ~BaseMapNodeConfig () |
virtual unsigned int | LoadBinary (const unsigned char *buf) |
Load the map node config from a binary chunk. More... | |
virtual unsigned int | CreateBinary (unsigned char *buf, size_t buf_size) const |
Create the binary map node config. More... | |
virtual unsigned int | GetBinarySize () const |
Get the size of the config in bytes. More... | |
Additional Inherited Members | |
![]() | |
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 |
apollo::localization::msf::pyramid_map::NdtMapNodeConfig::NdtMapNodeConfig | ( | ) |
apollo::localization::msf::pyramid_map::NdtMapNodeConfig::~NdtMapNodeConfig | ( | ) |
|
virtual |
Alloc a new map node config.
Clone a new map node config.
Reimplemented from apollo::localization::msf::pyramid_map::BaseMapNodeConfig.