GNU Radio's DAB Package
|
checks firecode of logical frames More...
#include <firecode_check_bb_impl.h>
Public Member Functions | |
firecode_check_bb_impl (int bit_rate_n) | |
~firecode_check_bb_impl () | |
virtual bool | get_firecode_passed () |
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< firecode_check_bb > | sptr |
![]() | |
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
checks firecode of each logical frame as a qa test for the msc_decoder. According to ETSI TS 102 563 every fifth logical frame starts with 16 bit firecode
gr::dab::firecode_check_bb_impl::firecode_check_bb_impl | ( | int | bit_rate_n | ) |
gr::dab::firecode_check_bb_impl::~firecode_check_bb_impl | ( | ) |
void gr::dab::firecode_check_bb_impl::forecast | ( | int | noutput_items, |
gr_vector_int & | ninput_items_required | ||
) |
int gr::dab::firecode_check_bb_impl::general_work | ( | int | noutput_items, |
gr_vector_int & | ninput_items, | ||
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) |
|
inlinevirtual |
Implements gr::dab::firecode_check_bb.