choreo_output_processor.h
Go to the documentation of this file.
1 //
2 // Created by yijiangh on 9/10/17.
3 //
4 
5 #ifndef CHOREO_OUTPUT_PROCESSOR_CHOREO_OUTPUT_PROCESSOR_H
6 #define CHOREO_OUTPUT_PROCESSOR_CHOREO_OUTPUT_PROCESSOR_H
7 
8 // msg
9 #include <choreo_msgs/UnitProcessPlan.h>
10 
12 {
13 
15 {
16  public:
18  virtual ~OutputProcessor() {}
19 
20  void setSaveFilePath(std::string &file_path) { save_file_path_ = file_path; }
21  bool outputJson(std::vector<choreo_msgs::UnitProcessPlan> &plans);
22 
23  private:
24  std::string save_file_path_;
25 };
26 }
27 
28 #endif //CHOREO_OUTPUT_PROCESSOR_CHOREO_OUTPUT_PROCESSOR_H
bool outputJson(std::vector< choreo_msgs::UnitProcessPlan > &plans)


choreo_output_processor
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 03:59:18