20 #ifndef GNSS_SDR_TRUE_OBSERVABLES_READER_H 21 #define GNSS_SDR_TRUE_OBSERVABLES_READER_H 32 bool read_binary_obs();
35 bool open_obs_file(std::string out_file);
37 double gps_time_sec[12];
38 double doppler_l1_hz[12];
39 double acc_carrier_phase_l1_cycles[12];
41 double true_dist_m[12];
42 double carrier_phase_l1_cycles[12];
46 std::string d_dump_filename;
47 std::ifstream d_dump_file;
50 #endif // GNSS_SDR_TRUE_OBSERVABLES_READER_H