11#ifndef INCLUDED_DIGITAL_CONSTELLATION_ENCODER_BC_H 
   12#define INCLUDED_DIGITAL_CONSTELLATION_ENCODER_BC_H 
   33    typedef std::shared_ptr<constellation_encoder_bc> 
sptr;
 
 
Constellation Encoder.
Definition constellation_encoder_bc.h:30
 
virtual void set_constellation(constellation_sptr constellation)=0
 
std::shared_ptr< constellation_encoder_bc > sptr
Definition constellation_encoder_bc.h:33
 
static sptr make(constellation_sptr constellation)
Make constellation encoder block.
 
An abstracted constellation object.
Definition constellation.h:50
 
synchronous 1:N input to output with history
Definition sync_interpolator.h:26
 
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:18
 
GNU Radio logging wrapper.
Definition basic_block.h:29