18 #ifndef GNSS_SDR_ACQUISITION_DUMP_READER_H 19 #define GNSS_SDR_ACQUISITION_DUMP_READER_H 30 unsigned int doppler_max,
31 unsigned int doppler_step,
32 unsigned int samples_per_code,
45 bool read_binary_acq();
47 std::vector<int> doppler;
48 std::vector<unsigned int> samples;
49 std::vector<std::vector<float> > mag;
50 float acq_doppler_hz{};
51 float acq_delay_samples{};
52 float test_statistic{};
57 unsigned int num_dwells{};
58 uint64_t sample_counter{};
61 std::string d_basename;
62 std::string d_dump_filename;
64 unsigned int d_doppler_max{};
65 unsigned int d_doppler_step{};
66 unsigned int d_samples_per_code{};
67 unsigned int d_num_doppler_bins{};
70 #endif // GNSS_SDR_ACQUISITION_DUMP_READER_H
Acquisition_Dump_Reader & operator=(const Acquisition_Dump_Reader &other)
Copy assignment operator.