|
Apollo 10.0
自动驾驶开放平台
|
#include <record_player_factory.h>
Public 成员函数 | |
| ~RecordPlayerFactory () | |
| Player * | GetRecordPlayer (const std::string &record_name) |
| bool | RegisterRecordPlayer (const std::string &record_namem, const std::string &record_file_path) |
| void | UnregisterRecordPlayer (const std::string &record_name) |
| void | Reset () |
| void | GetAllRecords (std::vector< std::string > *records) |
| void | SetCurrentRecord (const std::string &record_name) |
| void | IncreaseRecordPriority (const std::string &record_name) |
| bool | RemoveLRURecord (std::string *remove_record_id) |
| std::string | GetCurrentRecord () |
| int | GetLoadedRecordNum () |
| bool | EnableContinuePreload () |
| bool | EnableContinueLoad () |
在文件 record_player_factory.h 第 35 行定义.
| apollo::dreamview::RecordPlayerFactory::~RecordPlayerFactory | ( | ) |
在文件 record_player_factory.cc 第 38 行定义.
| bool apollo::dreamview::RecordPlayerFactory::EnableContinueLoad | ( | ) |
在文件 record_player_factory.cc 第 127 行定义.
| bool apollo::dreamview::RecordPlayerFactory::EnableContinuePreload | ( | ) |
在文件 record_player_factory.cc 第 123 行定义.
| void apollo::dreamview::RecordPlayerFactory::GetAllRecords | ( | std::vector< std::string > * | records | ) |
在文件 record_player_factory.cc 第 95 行定义.
| std::string apollo::dreamview::RecordPlayerFactory::GetCurrentRecord | ( | ) |
在文件 record_player_factory.cc 第 105 行定义.
| int apollo::dreamview::RecordPlayerFactory::GetLoadedRecordNum | ( | ) |
在文件 record_player_factory.cc 第 116 行定义.
| Player * apollo::dreamview::RecordPlayerFactory::GetRecordPlayer | ( | const std::string & | record_name | ) |
在文件 record_player_factory.cc 第 107 行定义.
| void apollo::dreamview::RecordPlayerFactory::IncreaseRecordPriority | ( | const std::string & | record_name | ) |
在文件 record_player_factory.cc 第 131 行定义.
| bool apollo::dreamview::RecordPlayerFactory::RegisterRecordPlayer | ( | const std::string & | record_namem, |
| const std::string & | record_file_path | ||
| ) |
在文件 record_player_factory.cc 第 60 行定义.
| bool apollo::dreamview::RecordPlayerFactory::RemoveLRURecord | ( | std::string * | remove_record_id | ) |
在文件 record_player_factory.cc 第 145 行定义.
| void apollo::dreamview::RecordPlayerFactory::Reset | ( | ) |
在文件 record_player_factory.cc 第 29 行定义.
| void apollo::dreamview::RecordPlayerFactory::SetCurrentRecord | ( | const std::string & | record_name | ) |
在文件 record_player_factory.cc 第 101 行定义.
| void apollo::dreamview::RecordPlayerFactory::UnregisterRecordPlayer | ( | const std::string & | record_name | ) |
在文件 record_player_factory.cc 第 40 行定义.