discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: isaac mario tupac davila
Subject: Re: [Discuss-gnuradio] port number 1 exceeds max of 0
Date: Fri, 11 Dec 2020 19:54:34 -0500

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.


reply via email to

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