GNU Radio's DAB Package
|
Reed-Solomon decoder configured for DAB+. More...
#include <reed_solomon_decode_bb.h>
Public Types | |
typedef boost::shared_ptr< reed_solomon_decode_bb > | sptr |
Public Member Functions | |
virtual int | get_corrected_errors ()=0 |
Static Public Member Functions | |
static sptr | make (int bit_rate_n) |
Return a shared_ptr to a new instance of dab::reed_solomon3_bb. More... | |
Reed-Solomon decoder configured for DAB+.
typedef boost::shared_ptr<reed_solomon_decode_bb> gr::dab::reed_solomon_decode_bb::sptr |
|
pure virtual |
Implemented in gr::dab::reed_solomon_decode_bb_impl.
|
static |
Return a shared_ptr to a new instance of dab::reed_solomon3_bb.
To avoid accidental use of raw pointers, dab::reed_solomon3_bb's constructor is in a private implementation class. dab::reed_solomon3_bb::make is the public interface for creating new instances.