|
GNU Radio's IRIDIUM Package
|
#include <tagged_burst_to_pdu_impl.h>

Public Member Functions | |
| tagged_burst_to_pdu_impl (int max_burst_size, float relative_center_frequency, float relative_span, float d_relative_sample_rate, int outstanding_limit, bool drop_overflow) | |
| ~tagged_burst_to_pdu_impl () | |
| uint64_t | get_n_dropped_bursts () |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| virtual uint64_t | get_n_dropped_bursts ()=0 |
| virtual int | get_output_queue_size ()=0 |
| virtual int | get_output_max_queue_size ()=0 |
Additional Inherited Members | |
Public Types inherited from gr::iridium::tagged_burst_to_pdu | |
| typedef boost::shared_ptr< tagged_burst_to_pdu > | sptr |
Static Public Member Functions inherited from gr::iridium::tagged_burst_to_pdu | |
| static sptr | make (int max_burst_size, float relative_center_frequency, float relative_span, float d_relative_sample_rate, int outstanding_limit, bool drop_overflow) |
| Return a shared_ptr to a new instance of iridium::tagged_burst_to_pdu. More... | |
| gr::iridium::tagged_burst_to_pdu_impl::tagged_burst_to_pdu_impl | ( | int | max_burst_size, |
| float | relative_center_frequency, | ||
| float | relative_span, | ||
| float | d_relative_sample_rate, | ||
| int | outstanding_limit, | ||
| bool | drop_overflow | ||
| ) |
| gr::iridium::tagged_burst_to_pdu_impl::~tagged_burst_to_pdu_impl | ( | ) |
|
virtual |
Implements gr::iridium::tagged_burst_to_pdu.
| int gr::iridium::tagged_burst_to_pdu_impl::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) |