SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Static Public Member Functions | List of all members
RDSTMC Class Reference

#include <rdstmc.h>

Static Public Member Functions

static std::string get_tmc_events (unsigned int i, unsigned int j)
 
static int get_tmc_event_code_index (unsigned int i, unsigned int j)
 

Detailed Description

Definition at line 24 of file rdstmc.h.

Member Function Documentation

◆ get_tmc_event_code_index()

int RDSTMC::get_tmc_event_code_index ( unsigned int  i,
unsigned int  j 
)
static

Definition at line 3703 of file rdstmc.cpp.

Referenced by RDSParser::decode_type8(), and BFMDemodGUI::rdsUpdate().

3704 {
3705  return tmc_event_code_index[i][j];
3706 }
int32_t i
Definition: decimators.h:244
+ Here is the caller graph for this function:

◆ get_tmc_events()

std::string RDSTMC::get_tmc_events ( unsigned int  i,
unsigned int  j 
)
static

Definition at line 3698 of file rdstmc.cpp.

Referenced by RDSParser::decode_type8(), and BFMDemodGUI::rdsUpdate().

3699 {
3700  return tmc_events[i][j];
3701 }
int32_t i
Definition: decimators.h:244
+ Here is the caller graph for this function:

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