Apollo 10.0
自动驾驶开放平台
|
#include <shm_conf.h>
Public 成员函数 | |
ShmConf () | |
ShmConf (const uint64_t &real_msg_size) | |
virtual | ~ShmConf () |
void | Update (const uint64_t &real_msg_size) |
const uint64_t & | ceiling_msg_size () |
const uint64_t & | block_buf_size () |
const uint32_t & | block_num () |
const uint64_t & | managed_shm_size () |
静态 Public 属性 | |
static const uint32_t | ARENA_BLOCK_NUM = 512 |
static const uint64_t | ARENA_MESSAGE_SIZE = 1024 |
在文件 shm_conf.h 第 27 行定义.
apollo::cyber::transport::ShmConf::ShmConf | ( | ) |
在文件 shm_conf.cc 第 24 行定义.
|
explicit |
在文件 shm_conf.cc 第 26 行定义.
|
virtual |
在文件 shm_conf.cc 第 28 行定义.
|
inline |
在文件 shm_conf.h 第 36 行定义.
|
inline |
在文件 shm_conf.h 第 37 行定义.
|
inline |
在文件 shm_conf.h 第 35 行定义.
|
inline |
在文件 shm_conf.h 第 38 行定义.
void apollo::cyber::transport::ShmConf::Update | ( | const uint64_t & | real_msg_size | ) |
在文件 shm_conf.cc 第 30 行定义.
|
static |
在文件 shm_conf.h 第 41 行定义.
|
static |
在文件 shm_conf.h 第 42 行定义.