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

#include <py_record.h>

Collaboration diagram for apollo::cyber::record::BagMessage:
Collaboration graph

Public Attributes

uint64_t timestamp = 0
 
std::string channel_name = ""
 
std::string data = ""
 
std::string data_type = ""
 
bool end = true
 

Member Data Documentation

◆ channel_name

std::string apollo::cyber::record::BagMessage::channel_name = ""

◆ data

std::string apollo::cyber::record::BagMessage::data = ""

◆ data_type

std::string apollo::cyber::record::BagMessage::data_type = ""

◆ end

bool apollo::cyber::record::BagMessage::end = true

◆ timestamp

uint64_t apollo::cyber::record::BagMessage::timestamp = 0

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