GNU Radio's FRAMERS Package
|
<+description of block+> More...
#include <gr_hdlc_deframer_b.h>
Public Types | |
typedef boost::shared_ptr < gr_hdlc_deframer_b > | sptr |
Public Member Functions | |
virtual float | get_ber ()=0 |
Static Public Member Functions | |
static sptr | make (int dlci) |
Return a shared_ptr to a new instance of framers::gr_hdlc_deframer_b. More... | |
<+description of block+>
typedef boost::shared_ptr<gr_hdlc_deframer_b> gr::framers::gr_hdlc_deframer_b::sptr |
|
pure virtual |
Implemented in gr::framers::gr_hdlc_deframer_b_impl.
|
static |
Return a shared_ptr to a new instance of framers::gr_hdlc_deframer_b.
To avoid accidental use of raw pointers, framers::gr_hdlc_deframer_b's constructor is in a private implementation class. framers::gr_hdlc_deframer_b::make is the public interface for creating new instances.