Saturday, December 12, 2020

Re: [Discuss-gnuradio] port number 1 exceeds max of 0

Hi Isaac,

you've replied to an email from 2018 – which is really appreciated (do
that!), but you have to be careful here: the -1 means "the maximum
number of inputs to this block is unlimited", and that's not what Sumit
wanted; he wanted 2 inputs.

Best regards,
Marcus

On 12.12.20 01:54, isaac mario tupac davila wrote:
> Hi
>
> Put -1 in the second argument where you declare the amount of output
> ports, like: gr::io_signature::make(1, -1, sizeof(std::complex<float>))),
>
> Regards
>
> Isaac T.
>

No comments:

Post a Comment