On Fri, Mar 06, 2009 at 05:22:44PM -0800, Yong J. Chang wrote:
>
> Thank you Eric,
>
> But I still have a problem. I simply made two blocks.
>
> 1) First One
> gr_data_parser::gr_data_parser ()
> : gr_block ("gr_data_parser",
> gr_make_io_signature (1, 1, sizeof (gr_complex))
Thank you Eric,
But I still have a problem. I simply made two blocks.
1) First One
gr_data_parser::gr_data_parser ()
: gr_block ("gr_data_parser",
gr_make_io_signature (1, 1, sizeof (gr_complex)),
gr_make_io_signature (1, 2, sizeof (gr_complex)))
2) Seco
On Fri, Mar 06, 2009 at 11:03:28AM -0800, Yong J. Chang wrote:
>
> Hi all,
>
> Now I'm building some signaling blocks having dual output streams.
> But if I try to make dual output streams which have different data type from
> input stream, 'Segmentation fault' error is occurred. How can I make d
Hi all,
Now I'm building some signaling blocks having dual output streams.
But if I try to make dual output streams which have different data type from
input stream, 'Segmentation fault' error is occurred. How can I make dual
outputs which have different data type from input stream?
Thanks in ad