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

#include <ldpc.h>

Public Attributes

int ncols
 
Taddr cols [MAX_COLS]
 

Detailed Description

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

Definition at line 38 of file ldpc.h.

Member Data Documentation

◆ cols

template<typename Taddr>
Taddr leansdr::ldpc_table< Taddr >::row::cols[MAX_COLS]

Definition at line 41 of file ldpc.h.

◆ ncols

template<typename Taddr>
int leansdr::ldpc_table< Taddr >::row::ncols

Definition at line 40 of file ldpc.h.


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