20 #ifndef GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H 21 #define GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H 36 bool open_obs_file(std::string out_file);
37 void close_obs_file();
81 std::string d_dump_filename;
82 std::ifstream d_dump_file;
83 bool parse_vector(std::vector<double> &vec);
86 #endif // GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H