discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] two inputs/outputs of different data types


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] two inputs/outputs of different data types
Date: Thu, 3 Jul 2008 06:29:36 -0700
User-agent: Mutt/1.5.17 (2007-11-01)

On Thu, Jul 03, 2008 at 01:11:47AM -0700, irene159 wrote:
> 
> Hi,
> 
> I was just asking myself the same question but I'm not sure I understood
> your answer.
> 
> Is it possible to have two output streams of different data types? I want
> one to be unsignad char and the other one float or double. How is it to be
> coded?
> 
> ...: gr_sync_block (...,
>                           gr_make_io_signature (1, 1, size_of (...))
>                           gr_make_io_signature (1, 12, size_of (?????)))
> 
> Regards,
> Irene

Hi Irene,

Take a look at gr_io_signature.h.   The general case is gr_make_io_signaturev.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]