gr_parallel_to_serial Class Reference
[Signal Processing Blocks]

#include <gr_parallel_to_serial.h>

Inheritance diagram for gr_parallel_to_serial:

gr_sync_interpolator gr_sync_block gr_block List of all members.

Detailed Description

convert a stream of blocks of nitems_per_block items into a stream of items


Public Member Functions

int work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
 just like gr_block::general_work, only this arranges to call consume_each for you

Protected Member Functions

 gr_parallel_to_serial (size_t item_size, size_t nitems_per_block)

Friends

gr_parallel_to_serial_sptr gr_make_parallel_to_serial (size_t item_size, size_t nitems_per_block)


Constructor & Destructor Documentation

gr_parallel_to_serial::gr_parallel_to_serial size_t  item_size,
size_t  nitems_per_block
[protected]
 


Member Function Documentation

int gr_parallel_to_serial::work int  noutput_items,
gr_vector_const_void_star input_items,
gr_vector_void_star output_items
[virtual]
 

just like gr_block::general_work, only this arranges to call consume_each for you

The user must override work to define the signal processing code

Implements gr_sync_block.


Friends And Related Function Documentation

gr_parallel_to_serial_sptr gr_make_parallel_to_serial size_t  item_size,
size_t  nitems_per_block
[friend]
 


The documentation for this class was generated from the following files:
Generated on Sun Jan 15 07:54:29 2006 for GNU Radio 2.x by  doxygen 1.4.6