|
GNU Radio's SATNOGS Package
|
Abstract class defining the API of the SatNOGS Encoders. More...
#include <encoder.h>
Public Member Functions | |
| int | unique_id () const |
| encoder () | |
| virtual | ~encoder () |
| virtual pmt::pmt_t | encode (pmt::pmt_t pdu)=0 |
Static Public Attributes | |
| static int | base_unique_id |
Abstract class defining the API of the SatNOGS Encoders.
Abstract class defining the API of the SatNOGS Encoders
The gr-satnogs module tries to provide a unified encoding framework, for various satellites and framing schemes.
Specialization is performed by passing to the generic encoding block (frame_encoder() ) the appropriate encoder class that implements this abstract class API.
| gr::satnogs::encoder::encoder | ( | ) |
|
virtual |
|
pure virtual |
| int gr::satnogs::encoder::unique_id | ( | ) | const |
|
static |