#include <packet_pad_impl.h>
|
| packet_pad_impl (bool debug, bool delay, double delay_sec, unsigned int pad_front, unsigned int pad_tail) |
|
| ~packet_pad_impl () |
|
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
|
|
typedef boost::shared_ptr< packet_pad > | sptr |
|
static sptr | make (bool debug=false, bool delay=false, double delay_sec=0.01, unsigned int pad_front=0, unsigned int pad_tail=0) |
|
◆ packet_pad_impl()
gr::foo::packet_pad_impl::packet_pad_impl |
( |
bool |
debug, |
|
|
bool |
delay, |
|
|
double |
delay_sec, |
|
|
unsigned int |
pad_front, |
|
|
unsigned int |
pad_tail |
|
) |
| |
◆ ~packet_pad_impl()
gr::foo::packet_pad_impl::~packet_pad_impl |
( |
| ) |
|
◆ forecast()
void gr::foo::packet_pad_impl::forecast |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items_required |
|
) |
| |
◆ general_work()
int gr::foo::packet_pad_impl::general_work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
The documentation for this class was generated from the following file: