17 #ifndef CYBER_TOOLS_CYBER_RECORDER_RECOVERER_H_ 18 #define CYBER_TOOLS_CYBER_RECORDER_RECOVERER_H_ 26 #include "cyber/proto/record.pb.h" 30 using ::apollo::cyber::proto::ChannelCache;
31 using ::apollo::cyber::proto::ChunkBody;
32 using ::apollo::cyber::proto::ChunkHeader;
33 using ::apollo::cyber::proto::Header;
41 Recoverer(
const std::string& input_file,
const std::string& output_file);
48 std::string input_file_;
49 std::string output_file_;
50 std::vector<std::string> channel_vec_;
57 #endif // CYBER_TOOLS_CYBER_RECORDER_RECOVERER_H_ PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: recoverer.h:39
Definition: record_file_writer.h:77
Definition: record_file_reader.h:45
Recoverer(const std::string &input_file, const std::string &output_file)