|
GNU Radio's DVBS2RX Package
|
<+description of block+> More...
#include <bbdeheader_bb.h>

Public Types | |
| typedef std::shared_ptr< bbdeheader_bb > | sptr |
Public Member Functions | |
| virtual uint64_t | get_packet_count ()=0 |
| Get count of MPEG TS packets extracted from BBFRAMEs. More... | |
| virtual uint64_t | get_error_count ()=0 |
| Get count of corrupt MPEG TS packets extracted from BBFRAMEs. More... | |
| virtual uint64_t | get_bbframe_count ()=0 |
| Get count of processed BBFRAMEs. More... | |
| virtual uint64_t | get_bbframe_drop_count ()=0 |
| Get count of BBFRAMEs dropped due to invalid BBHEADER. More... | |
Static Public Member Functions | |
| static sptr | make (dvb_standard_t standard, dvb_framesize_t framesize, dvb_code_rate_t rate, int debug_level=0) |
| Return a shared_ptr to a new instance of dvbs2rx::bbdeheader_bb. More... | |
<+description of block+>
| typedef std::shared_ptr<bbdeheader_bb> gr::dvbs2rx::bbdeheader_bb::sptr |
|
pure virtual |
Get count of processed BBFRAMEs.
Implemented in gr::dvbs2rx::bbdeheader_bb_impl.
|
pure virtual |
Get count of BBFRAMEs dropped due to invalid BBHEADER.
Implemented in gr::dvbs2rx::bbdeheader_bb_impl.
|
pure virtual |
Get count of corrupt MPEG TS packets extracted from BBFRAMEs.
Implemented in gr::dvbs2rx::bbdeheader_bb_impl.
|
pure virtual |
Get count of MPEG TS packets extracted from BBFRAMEs.
Implemented in gr::dvbs2rx::bbdeheader_bb_impl.
|
static |
Return a shared_ptr to a new instance of dvbs2rx::bbdeheader_bb.
To avoid accidental use of raw pointers, dvbs2rx::bbdeheader_bb's constructor is in a private implementation class. dvbs2rx::bbdeheader_bb::make is the public interface for creating new instances.