GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
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.
bool set_channel (int32_t channel)
 Initialize the channel number and output file.
void update_CRC_stats (bool CRC)
 Update the CRC statistics.

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: