|
GNU Radio's DVBS2RX Package
|
<+description of block+> More...
#include <bbdeheader_bb.h>
Public Types | |
| typedef std::shared_ptr< bbdeheader_bb > | sptr |
Static Public Member Functions | |
| static sptr | make (dvb_standard_t standard, dvb_framesize_t framesize, dvb_code_rate_t rate) |
| Return a shared_ptr to a new instance of dvbs2rx::bbdeheader_bb. | |
<+description of block+>
| typedef std::shared_ptr<bbdeheader_bb> gr::dvbs2rx::bbdeheader_bb::sptr |
|
static |
Return a shared_ptr to a new instance of dvbs2rx::bbdeheader_bb.
To avoid accidental use of raw pointers, dvbs2rx::bbdeheader_bb's constructor is in a private implementation class. dvbs2rx::bbdeheader_bb::make is the public interface for creating new instances.