GNU Radio's GSM Package
|
<+description of block+> More...
#include <bursts_printer.h>
Public Types | |
typedef std::shared_ptr< bursts_printer > | sptr |
Static Public Member Functions | |
static sptr | make (pmt::pmt_t prepend_string, bool prepend_fnr=false, bool prepend_frame_count=false, bool print_payload_only=false, bool ignore_dummy_bursts=false) |
Return a shared_ptr to a new instance of gsm::bursts_printer. | |
<+description of block+>
typedef std::shared_ptr<bursts_printer> gr::gsm::bursts_printer::sptr |
|
static |
Return a shared_ptr to a new instance of gsm::bursts_printer.
To avoid accidental use of raw pointers, gsm::bursts_printer's constructor is in a private implementation class. gsm::bursts_printer::make is the public interface for creating new instances.