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

#include <processor.h>

apollo::cyber::scheduler::Snapshot 的协作图:

Public 属性

std::atomic< uint64_t > execute_start_time = {0}
 
std::atomic< pid_t > processor_id = {0}
 
std::string routine_name
 

详细描述

在文件 processor.h39 行定义.

类成员变量说明

◆ execute_start_time

std::atomic<uint64_t> apollo::cyber::scheduler::Snapshot::execute_start_time = {0}

在文件 processor.h40 行定义.

40{0};

◆ processor_id

std::atomic<pid_t> apollo::cyber::scheduler::Snapshot::processor_id = {0}

在文件 processor.h41 行定义.

41{0};

◆ routine_name

std::string apollo::cyber::scheduler::Snapshot::routine_name

在文件 processor.h42 行定义.


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