GNU Radio's SATNOGS Package
gr::satnogs::decoder_status Class Reference

#include <decoder.h>

Public Member Functions

 decoder_status ()
 

Public Attributes

int consumed
 
bool decode_success
 
pmt::pmt_t data
 

Detailed Description

The status of the decoder

This class contains all the necessary information that the decoder::decode() method returns and used by the frame_decoder() to properly inform the GNU Radio scheduler and/or propagate decoded frames

Constructor & Destructor Documentation

◆ decoder_status()

gr::satnogs::decoder_status::decoder_status ( )
inline

Member Data Documentation

◆ consumed

int gr::satnogs::decoder_status::consumed

The number of input items consumed

◆ data

pmt::pmt_t gr::satnogs::decoder_status::data

a dictionary with the PDU with of decoded data and the corresponding metadata for the decoded frame

◆ decode_success

bool gr::satnogs::decoder_status::decode_success

Indicated if there was a successful decoding


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