Friday, December 11, 2020

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

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