|
Apollo 11.0
自动驾驶开放平台
|
#include <ndt_map_matrix_handler.h>
Public 成员函数 | |
| NdtMapMatrixHandler () | |
| virtual | ~NdtMapMatrixHandler () |
| size_t | LoadBinary (const unsigned char *buf, std::shared_ptr< BaseMapMatrix > matrix) |
| Load the map cell from a binary chunk. | |
| size_t | CreateBinary (const std::shared_ptr< BaseMapMatrix > matrix, unsigned char *buf, size_t buf_size) |
| Create the binary. | |
| size_t | GetBinarySize (const std::shared_ptr< BaseMapMatrix > matrix) |
| Get the binary size of the object. | |
Public 成员函数 继承自 apollo::localization::msf::pyramid_map::BaseMapMatrixHandler | |
| BaseMapMatrixHandler () | |
| virtual | ~BaseMapMatrixHandler () |
在文件 ndt_map_matrix_handler.h 第 35 行定义.
| apollo::localization::msf::pyramid_map::NdtMapMatrixHandler::NdtMapMatrixHandler | ( | ) |
在文件 ndt_map_matrix_handler.cc 第 33 行定义.
|
virtual |
在文件 ndt_map_matrix_handler.cc 第 34 行定义.
|
virtual |
Create the binary.
Serialization of the object.
| <buf,buf_size> | The buffer and its size. |
| <return> | The required or the used size of is returned. |
实现了 apollo::localization::msf::pyramid_map::BaseMapMatrixHandler.
在文件 ndt_map_matrix_handler.cc 第 50 行定义.
|
virtual |
Get the binary size of the object.
实现了 apollo::localization::msf::pyramid_map::BaseMapMatrixHandler.
在文件 ndt_map_matrix_handler.cc 第 61 行定义.
|
virtual |
Load the map cell from a binary chunk.
| <return> | The size read (the real size of object). |
实现了 apollo::localization::msf::pyramid_map::BaseMapMatrixHandler.
在文件 ndt_map_matrix_handler.cc 第 36 行定义.