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.
Classes | Public Attributes | Static Public Attributes | List of all members
leansdr::ldpc_table< Taddr > Struct Template Reference

#include <ldpc.h>

+ Collaboration diagram for leansdr::ldpc_table< Taddr >:

Classes

struct  row
 

Public Attributes

int q
 
int nrows
 
struct leansdr::ldpc_table::row rows [MAX_ROWS]
 

Static Public Attributes

static const int MAX_ROWS = 162
 
static const int MAX_COLS = 13
 

Detailed Description

template<typename Taddr>
struct leansdr::ldpc_table< Taddr >

Definition at line 31 of file ldpc.h.

Member Data Documentation

◆ MAX_COLS

template<typename Taddr>
const int leansdr::ldpc_table< Taddr >::MAX_COLS = 13
static

Definition at line 35 of file ldpc.h.

◆ MAX_ROWS

template<typename Taddr>
const int leansdr::ldpc_table< Taddr >::MAX_ROWS = 162
static

Definition at line 34 of file ldpc.h.

◆ nrows

template<typename Taddr>
int leansdr::ldpc_table< Taddr >::nrows

◆ q

template<typename Taddr>
int leansdr::ldpc_table< Taddr >::q

◆ rows

template<typename Taddr>
struct leansdr::ldpc_table::row leansdr::ldpc_table< Taddr >::rows[MAX_ROWS]

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