Apollo 10.0
自动驾驶开放平台
|
Post processor against recorded tasks that have been completed 更多...
#include <post_record_processor.h>
Public 成员函数 | |
PostRecordProcessor (const std::string &source_record_dir, const std::string &restored_output_dir) | |
bool | Init (const SmartRecordTrigger &trigger_conf) override |
bool | Process () override |
std::string | GetDefaultOutputFile () const override |
virtual | ~PostRecordProcessor ()=default |
![]() | |
RecordProcessor (const std::string &source_record_dir, const std::string &restored_output_dir) | |
virtual | ~RecordProcessor () |
额外继承的成员函数 | |
![]() | |
bool | InitTriggers (const SmartRecordTrigger &trigger_conf) |
bool | ShouldRestore (const cyber::record::RecordMessage &msg) const |
![]() | |
const std::string | source_record_dir_ |
const std::string | restored_output_dir_ |
std::vector< std::unique_ptr< TriggerBase > > | triggers_ |
std::unique_ptr< cyber::record::RecordWriter > | writer_ = nullptr |
Post processor against recorded tasks that have been completed
在文件 post_record_processor.h 第 32 行定义.
|
inline |
在文件 post_record_processor.h 第 34 行定义.
|
virtualdefault |
|
overridevirtual |
实现了 apollo::data::RecordProcessor.
在文件 post_record_processor.cc 第 99 行定义.
|
overridevirtual |
重载 apollo::data::RecordProcessor .
在文件 post_record_processor.cc 第 42 行定义.
|
overridevirtual |
实现了 apollo::data::RecordProcessor.
在文件 post_record_processor.cc 第 60 行定义.