17 #ifndef GNSS_SDR_CRC_STATS_H 18 #define GNSS_SDR_CRC_STATS_H 42 void initialize(std::string dump_crc_stats_filename_);
55 std::ofstream d_dump_file;
56 std::string d_dump_crc_stats_filename;
57 uint32_t num_crc_ok{0};
58 uint32_t num_crc_not_ok{0};
60 bool enable_crc_stats{
false};
66 #endif // GNSS_SDR_CRC_STATS_H bool set_channel(int32_t channel_)
Initialize the channel number and output file.
Class that computes the telemetry CRC statistics.
void update_CRC_stats(bool CRC)
Update the CRC statistics.
void initialize(std::string dump_crc_stats_filename_)
Initialize the telemetry CRC statistics.