On Wed, Mar 6, 2013 at 2:16 AM, Bastian Bloessl
wrote:
> Hi Nathan,
>
>
>>
>> I thought I figured out the io signature because it compiled, but it's
>> doing a core dump starting the block during QA testing. I've attached
>> some relevant code with some variable changes to hopefully keep it a
>> l
I'm trying to make a block with mixed input types. Something along the lines of:
if somebyte = x
do foo to complex input, send to complex output
else // somebyte = y
do bar to complex input, send to complex output
I thought I figured out the io signature because it compiled, but it's
doing