recording_manager.hpp
Go to the documentation of this file.
1 
18 #pragma once
19 
21 
22 #include <helper/sort_helper.hpp>
25 
26 
27 namespace directSearchWS {
28 
30 
31 private:
32  std::string recordFilePath;
33 
38 
41 
43 
44 
45 public:
46  RecordingManager(std::string recordFilePath);
47  virtual ~RecordingManager();
48 
49  bool initHandler();
50  bool resetHandler();
51  bool getNextRobotState(const SearchedObjectTypesAndIds &searchedObjectTypesAndIds);
52  bool backToInitial(const SearchedObjectTypesAndIds &searchedObjectTypesAndIds);
53 
54 };
55 
56 }
57 
58 
bool getNextRobotState(const SearchedObjectTypesAndIds &searchedObjectTypesAndIds)
std::vector< asr_msgs::AsrTypeAndId > SearchedObjectTypesAndIds
RecordingManager(std::string recordFilePath)
bool backToInitial(const SearchedObjectTypesAndIds &searchedObjectTypesAndIds)


asr_direct_search_manager
Author(s): Borella Jocelyn, Karrenbauer Oliver, Meißner Pascal
autogenerated on Wed Jan 8 2020 03:15:41