Apollo 10.0
自动驾驶开放平台
apollo::cyber::transport::ArenaSegmentBlock结构体 参考

#include <protobuf_arena_manager.h>

apollo::cyber::transport::ArenaSegmentBlock 的协作图:

Public 属性

uint64_t size_
 
std::atomic< int32_t > lock_num_ = {0}
 

静态 Public 属性

static const int32_t kRWLockFree = 0
 
static const int32_t kWriteExclusive = -1
 
static const int32_t kMaxTryLockTimes = 5
 

详细描述

在文件 protobuf_arena_manager.h61 行定义.

类成员变量说明

◆ kMaxTryLockTimes

const int32_t apollo::cyber::transport::ArenaSegmentBlock::kMaxTryLockTimes = 5
static

在文件 protobuf_arena_manager.h68 行定义.

◆ kRWLockFree

const int32_t apollo::cyber::transport::ArenaSegmentBlock::kRWLockFree = 0
static

在文件 protobuf_arena_manager.h66 行定义.

◆ kWriteExclusive

const int32_t apollo::cyber::transport::ArenaSegmentBlock::kWriteExclusive = -1
static

在文件 protobuf_arena_manager.h67 行定义.

◆ lock_num_

std::atomic<int32_t> apollo::cyber::transport::ArenaSegmentBlock::lock_num_ = {0}

在文件 protobuf_arena_manager.h69 行定义.

69{0};

◆ size_

uint64_t apollo::cyber::transport::ArenaSegmentBlock::size_

在文件 protobuf_arena_manager.h62 行定义.


该结构体的文档由以下文件生成: