GNU Radio's CCS Package
gr::foo::packet_pad_impl Class Reference

#include <packet_pad_impl.h>

Inheritance diagram for gr::foo::packet_pad_impl:

Public Member Functions

 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)
 

Additional Inherited Members

- Public Types inherited from gr::foo::packet_pad
typedef boost::shared_ptr< packet_padsptr
 
- Static Public Member Functions inherited from gr::foo::packet_pad
static sptr make (bool debug=false, bool delay=false, double delay_sec=0.01, unsigned int pad_front=0, unsigned int pad_tail=0)
 

Constructor & Destructor Documentation

◆ 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 ( )

Member Function Documentation

◆ 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: