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,
47 bool read_binary_acq();
49 std::vector<int> doppler;
50 std::vector<unsigned int> samples;
51 std::vector<std::vector<float> > mag;
52 float acq_doppler_hz{};
53 float acq_delay_samples{};
54 float test_statistic{};
59 unsigned int num_dwells{};
60 uint64_t sample_counter{};
63 std::string d_basename;
65 unsigned int d_doppler_max{};
66 unsigned int d_doppler_step{};
67 unsigned int d_samples_per_code{};
68 unsigned int d_num_doppler_bins{};
69 std::string d_dump_filename;
72 #endif // GNSS_SDR_ACQUISITION_DUMP_READER_H Acquisition_Dump_Reader & operator=(const Acquisition_Dump_Reader &)
Copy assignment operator.