HI

I'm using the unpack k bits block (which is located at the output of a
vector source), before the new block that I'm trying to create. I would want
to save all the bits at the output of the unpacked k bits block, in a vector
(inside the block), so I can manipulate them individually. Is it possible? I
thought each bit at the unpack_k_bit block's output would be one of the
input_items in my block, Is this right?
I tried to do that defining a new integer type vector inside the block and
save there all the input_items[i] and then use that vector in my code. But
it is giving me this error: invalid conversion from ‘const void*’ to ‘int’
[-fpermissive]

 I don't know if I can do something like this.

Thank you very much.

David



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/unpack-k-bits-block-with-a-new-created-block-tp54234.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to