![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Class that computes the telemetry CRC statistics. More...
#include <tlm_crc_stats.h>
Public Member Functions | |
| void | initialize (std::string dump_crc_stats_filename) |
| Initialize the telemetry CRC statistics. | |
| bool | set_channel (int32_t channel) |
| Initialize the channel number and output file. | |
| void | update_CRC_stats (bool CRC) |
| Update the CRC statistics. | |
Class that computes the telemetry CRC statistics.
Definition at line 32 of file tlm_crc_stats.h.
| void Tlm_CRC_Stats::initialize | ( | std::string | dump_crc_stats_filename | ) |
Initialize the telemetry CRC statistics.
| bool Tlm_CRC_Stats::set_channel | ( | int32_t | channel | ) |
Initialize the channel number and output file.
| void Tlm_CRC_Stats::update_CRC_stats | ( | bool | CRC | ) |
Update the CRC statistics.