23#ifndef INCLUDED_DIGITAL_CONSTELLATION_DECODER_CB_H
24#define INCLUDED_DIGITAL_CONSTELLATION_DECODER_CB_H
46 typedef boost::shared_ptr<constellation_decoder_cb>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Constellation Decoder.
Definition: constellation_decoder_cb.h:43
boost::shared_ptr< constellation_decoder_cb > sptr
Definition: constellation_decoder_cb.h:46
static sptr make(constellation_sptr constellation)
Make constellation decoder block.
An abstracted constellation object.
Definition: constellation.h:63
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45