Apollo  6.0
Open source self driving car software
Public Attributes | List of all members
apollo::cyber::scheduler::Snapshot Struct Reference

#include <processor.h>

Collaboration diagram for apollo::cyber::scheduler::Snapshot:
Collaboration graph

Public Attributes

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

Member Data Documentation

◆ execute_start_time

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

◆ processor_id

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

◆ routine_name

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

The documentation for this struct was generated from the following file: