|
GNU Radio's SATNOGS Package
|
#include <decoder.h>
Public Member Functions | |
| decoder_status () | |
Public Attributes | |
| int | consumed |
| bool | decode_success |
| pmt::pmt_t | data |
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
|
inline |
| int gr::satnogs::decoder_status::consumed |
The number of input items consumed
| 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
| bool gr::satnogs::decoder_status::decode_success |
Indicated if there was a successful decoding