gr-baz Package
gr::blocks::stream_mux_impl Class Reference

#include <stream_mux_impl.h>

Inheritance diagram for gr::blocks::stream_mux_impl:
gr::blocks::stream_mux gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

List of all members.

Public Member Functions

 stream_mux_impl (size_t itemsize, const std::vector< int > &lengths)
int general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
 compute output items from input items

Additional Inherited Members

- Public Types inherited from gr::blocks::stream_mux
typedef boost::shared_ptr
< stream_mux
sptr
- Public Types inherited from gr_block
enum  { WORK_CALLED_PRODUCE = -2, WORK_DONE = -1 }
 Magic return values from general_work. More...
enum  tag_propagation_policy_t { TPP_DONT = 0, TPP_ALL_TO_ALL = 1, TPP_ONE_TO_ONE = 2 }
- Static Public Member Functions inherited from gr::blocks::stream_mux
static sptr make (size_t itemsize, const std::vector< int > &lengths)
 Creates a stream muxing block to multiplex many streams into one with a specified format.

Constructor & Destructor Documentation

gr::blocks::stream_mux_impl::stream_mux_impl ( size_t  itemsize,
const std::vector< int > &  lengths 
)

Member Function Documentation

int gr::blocks::stream_mux_impl::general_work ( int  noutput_items,
gr_vector_int ninput_items,
gr_vector_const_void_star input_items,
gr_vector_void_star output_items 
)
virtual

compute output items from input items

Parameters:
noutput_itemsnumber of output items to write on each output stream
ninput_itemsnumber of input items available on each input stream
input_itemsvector of pointers to the input items, one entry per input stream
output_itemsvector of pointers to the output items, one entry per output stream
Returns:
number of items actually written to each output stream, or -1 on EOF. It is OK to return a value less than noutput_items. -1 <= return value <= noutput_items

general_work must call consume or consume_each to indicate how many items were consumed on each input stream.

Reimplemented from gr_block.


The documentation for this class was generated from the following file: