[Discuss-gnuradio] IO Signatures

2015-07-28 Thread Galiero Casay Gabriele
Hello, During my studies in building C++ blocks I came up with the need of one block which needs two input signatures. The input should consist of two inputs: the first one a vector of pkt_len*sizeof(float) and the second one sync_word_len*sizeof(float). pkt_len and sync_word_len are unsigned

Re: [Discuss-gnuradio] IO Signatures

2015-07-28 Thread Tom Rondeau
On Tue, Jul 28, 2015 at 6:57 AM, Galiero Casay Gabriele gabriele.galieroca...@aalto.fi wrote: Hello, During my studies in building C++ blocks I came up with the need of one block which needs two input signatures. The input should consist of two inputs: the first one a vector of