Apollo 10.0
自动驾驶开放平台
|
#include <recorder.h>
Public 成员函数 | |
Recorder (const std::string &output, bool all_channels, const std::vector< std::string > &white_channels, const std::vector< std::string > &black_channels) | |
Recorder (const std::string &output, bool all_channels, const std::vector< std::string > &white_channels, const std::vector< std::string > &black_channels, const proto::Header &header) | |
~Recorder () | |
bool | Start () |
bool | Stop () |
在文件 recorder.h 第 49 行定义.
apollo::cyber::record::Recorder::Recorder | ( | const std::string & | output, |
bool | all_channels, | ||
const std::vector< std::string > & | white_channels, | ||
const std::vector< std::string > & | black_channels | ||
) |
在文件 recorder.cc 第 27 行定义.
apollo::cyber::record::Recorder::Recorder | ( | const std::string & | output, |
bool | all_channels, | ||
const std::vector< std::string > & | white_channels, | ||
const std::vector< std::string > & | black_channels, | ||
const proto::Header & | header | ||
) |
在文件 recorder.cc 第 37 行定义.
apollo::cyber::record::Recorder::~Recorder | ( | ) |
在文件 recorder.cc 第 47 行定义.
bool apollo::cyber::record::Recorder::Start | ( | ) |
在文件 recorder.cc 第 49 行定义.
bool apollo::cyber::record::Recorder::Stop | ( | ) |
在文件 recorder.cc 第 108 行定义.