17 #ifndef GNSS_SDR_TLM_DUMP_READER_H 18 #define GNSS_SDR_TLM_DUMP_READER_H 29 bool read_binary_obs();
32 bool open_obs_file(std::string out_file);
35 double TOW_at_current_symbol;
36 uint64_t Tracking_sample_counter;
37 double d_TOW_at_Preamble;
42 std::string d_dump_filename;
43 std::ifstream d_dump_file;
46 #endif // GNSS_SDR_TLM_DUMP_READER_H