How do you declare two inputs of different data types?

Several atsc blocks pass a stream of 'float' and also 'syminfo'
(a struct of 4 ints).

>From what I can tell, gr_sync_block allows many inputs and outputs,
but only of the same type(?).

gr_block::gr_block (const std::string &name,
                    gr_io_signature_sptr input_signature,
                    gr_io_signature_sptr output_signature)

where

gr_io_signature (int min_streams, int max_streams, size_t
sizeof_stream_item)



tia
--Chuck




_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to