discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] sizeof( bit?)


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] sizeof( bit?)
Date: Thu, 1 Mar 2007 07:28:33 -0800
User-agent: Mutt/1.5.9i

On Thu, Mar 01, 2007 at 10:29:48AM +0100, Vincenzo Pellegrini wrote:
> 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..
> 
> -- 
> Vincenzo Pellegrini

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




reply via email to

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