 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_DIGITAL_CONSTELLATION_DECODER_CB_H
12 #define INCLUDED_DIGITAL_CONSTELLATION_DECODER_CB_H
34 typedef std::shared_ptr<constellation_decoder_cb>
sptr;
virtual void set_constellation(constellation_sptr constellation)=0
An abstracted constellation object.
Definition: constellation.h:50
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< constellation_decoder_cb > sptr
Definition: constellation_decoder_cb.h:34
Constellation Decoder.
Definition: constellation_decoder_cb.h:31
static sptr make(constellation_sptr constellation)
Make constellation decoder block.