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 d_num_crc_ok{0};
58 uint32_t d_num_crc_not_ok{0};
60 bool d_enable_crc_stats{
false};
66 #endif // GNSS_SDR_CRC_STATS_H Class that computes the telemetry CRC statistics.
void initialize(std::string dump_crc_stats_filename)
Initialize the telemetry CRC statistics.
void update_CRC_stats(bool CRC)
Update the CRC statistics.
bool set_channel(int32_t channel)
Initialize the channel number and output file.