Sizeof( bit?)

just a quick question, I need to tell the constructor of my first gr
block
to accept a bit by bit input…

I should call sizeof( what? )

thanks

sorry for bothering for such a trivial thing but I haven’t found an
example
of this yet…

On Thu, Mar 01, 2007 at 10:29:48AM +0100, Vincenzo P. wrote:


Vincenzo P.

If you really want to deal with them bit-by-bit, we generally pack
them 1 bit per byte, since a byte is the smallest conveniently
addressable unit.

Eric