GNU Radio's GSM Package
|
<+description of block+> More...
#include <message_printer.h>
Public Types | |
typedef std::shared_ptr< message_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_gsmtap_header=false) |
Return a shared_ptr to a new instance of gsm::message_printer. | |
<+description of block+>
typedef std::shared_ptr<message_printer> gr::gsm::message_printer::sptr |
|
static |
Return a shared_ptr to a new instance of gsm::message_printer.
To avoid accidental use of raw pointers, gsm::message_printer's constructor is in a private implementation class. gsm::message_printer::make is the public interface for creating new instances.