GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Public Member Functions | List of all members
Tlm_CRC_Stats Class Reference

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. More...
 
bool set_channel (int32_t channel)
 Initialize the channel number and output file. More...
 
void update_CRC_stats (bool CRC)
 Update the CRC statistics. More...
 

Detailed Description

Class that computes the telemetry CRC statistics.

Definition at line 32 of file tlm_crc_stats.h.

Member Function Documentation

◆ initialize()

void Tlm_CRC_Stats::initialize ( std::string  dump_crc_stats_filename)

Initialize the telemetry CRC statistics.

◆ set_channel()

bool Tlm_CRC_Stats::set_channel ( int32_t  channel)

Initialize the channel number and output file.

◆ update_CRC_stats()

void Tlm_CRC_Stats::update_CRC_stats ( bool  CRC)

Update the CRC statistics.


The documentation for this class was generated from the following file: