23 #ifndef INCLUDED_DIGITAL_CONSTELLATION_DECODER_CB_H
24 #define INCLUDED_DIGITAL_CONSTELLATION_DECODER_CB_H
43 :
virtual public block
47 typedef boost::shared_ptr<constellation_decoder_cb>
sptr;
An abstracted constellation object.
Definition: constellation.h:62
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
boost::shared_ptr< constellation_decoder_cb > sptr
Definition: constellation_decoder_cb.h:47
Include this header to use the message passing features.
Definition: logger.h:131
Constellation Decoder.
Definition: constellation_decoder_cb.h:42
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60