17 #ifndef GNSS_SDR_TRUE_OBSERVABLES_READER_H 18 #define GNSS_SDR_TRUE_OBSERVABLES_READER_H 29 bool read_binary_obs();
32 bool open_obs_file(std::string out_file);
34 double gps_time_sec[12];
35 double doppler_l1_hz[12];
36 double acc_carrier_phase_l1_cycles[12];
38 double true_dist_m[12];
39 double carrier_phase_l1_cycles[12];
43 std::string d_dump_filename;
44 std::ifstream d_dump_file;
47 #endif // GNSS_SDR_TRUE_OBSERVABLES_READER_H