21 #ifndef GNSS_SDR_ACQUISITION_DUMP_READER_H 22 #define GNSS_SDR_ACQUISITION_DUMP_READER_H 33 unsigned int doppler_max,
34 unsigned int doppler_step,
35 unsigned int samples_per_code,
50 bool read_binary_acq();
52 std::vector<int> doppler;
53 std::vector<unsigned int> samples;
54 std::vector<std::vector<float> > mag;
55 float acq_doppler_hz{};
56 float acq_delay_samples{};
57 float test_statistic{};
62 unsigned int num_dwells{};
63 uint64_t sample_counter{};
66 std::string d_basename;
68 unsigned int d_doppler_max{};
69 unsigned int d_doppler_step{};
70 unsigned int d_samples_per_code{};
71 unsigned int d_num_doppler_bins{};
72 std::string d_dump_filename;
75 #endif // GNSS_SDR_ACQUISITION_DUMP_READER_H Acquisition_Dump_Reader & operator=(const Acquisition_Dump_Reader &)
Copy assignment operator.