GNU Radio's FRAMERS Package
gr::framers::gr_hdlc_deframer_b Class Referenceabstract

<+description of block+> More...

#include <gr_hdlc_deframer_b.h>

Inheritance diagram for gr::framers::gr_hdlc_deframer_b:
gr::framers::gr_hdlc_deframer_b_impl

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

Member Function Documentation

virtual float gr::framers::gr_hdlc_deframer_b::get_ber ( )
pure virtual
static sptr gr::framers::gr_hdlc_deframer_b::make ( int  dlci)
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.


The documentation for this class was generated from the following file: