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 Member Functions | Public Attributes | List of all members
leansdr::s2_pls Struct Reference

#include <dvbs2.h>

Public Member Functions

int framebits () const
 

Public Attributes

int modcod
 
bool sf
 
bool pilots
 

Detailed Description

Definition at line 198 of file dvbs2.h.

Member Function Documentation

◆ framebits()

int leansdr::s2_pls::framebits ( ) const
inline

Definition at line 203 of file dvbs2.h.

Referenced by leansdr::s2_fecdec_helper< SOFTBIT, SOFTBYTE >::receive_frame(), leansdr::s2_interleaver::run(), leansdr::s2_deinterleaver< SOFTSYMB, SOFTBYTE >::run(), and leansdr::s2_fecenc::run_frame().

203 { return sf ? 16200 : 64800; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ modcod

int leansdr::s2_pls::modcod

◆ pilots

bool leansdr::s2_pls::pilots

◆ sf

bool leansdr::s2_pls::sf

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