17 #ifndef GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H 18 #define GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H 33 bool open_obs_file(std::string out_file);
34 void close_obs_file();
78 std::string d_dump_filename;
79 std::ifstream d_dump_file;
80 bool parse_vector(std::vector<double> &vec);
83 #endif // GNSS_SDR_SPIRENT_MOTION_CSV_DUMP_READER_H