GNU Radio's DAB Package
|
#include <firecode_check_bb.h>
Public Types | |
typedef boost::shared_ptr< firecode_check_bb > | sptr |
Public Member Functions | |
virtual bool | get_firecode_passed ()=0 |
Static Public Member Functions | |
static sptr | make (int bit_rate_n) |
Return a shared_ptr to a new instance of dab::firecode_check_bb. More... | |
checks firecode of logical frames
typedef boost::shared_ptr<firecode_check_bb> gr::dab::firecode_check_bb::sptr |
|
pure virtual |
Implemented in gr::dab::firecode_check_bb_impl.
|
static |
Return a shared_ptr to a new instance of dab::firecode_check_bb.
To avoid accidental use of raw pointers, dab::firecode_check_bb's constructor is in a private implementation class. dab::firecode_check_bb::make is the public interface for creating new instances.