24#ifndef INCLUDED_GSM_BURSTS_PRINTER_H
25#define INCLUDED_GSM_BURSTS_PRINTER_H
28#include <gnuradio/block.h>
43 typedef std::shared_ptr<bursts_printer>
sptr;
53 static sptr make(pmt::pmt_t prepend_string,
bool prepend_fnr=
false,
54 bool prepend_frame_count=
false,
bool print_payload_only=
false,
55 bool ignore_dummy_bursts=
false);
#define GSM_API
Definition: api.h:19
<+description of block+>
Definition: bursts_printer.h:41
std::shared_ptr< bursts_printer > sptr
Definition: bursts_printer.h:43
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.
Definition: constants.h:29