On 2/16/06, Jovan Mostanovski <[EMAIL PROTECTED]> wrote:
> I'm doing a uni project which entails me building an RF data comms
> network. The network must facilitate communications between many nodes
> and a single main hub, node to node communications is not required. The
> nodes can be mov
On Thu, Feb 16, 2006 at 07:17:08PM -0800, Eric Blossom wrote:
> On Wed, Feb 15, 2006 at 04:28:48AM +0100, Martin Dvh wrote:
> > I am creating a block which needs an unsigned 64 bit int (uint64) in a
> > struct
> > I want to do this in a cross-platform way but there is no gr_uint64 yet.
> > I can
On Wed, Feb 15, 2006 at 04:28:48AM +0100, Martin Dvh wrote:
> Hi All,
>
> I am creating a block which needs an unsigned 64 bit int (uint64) in a struct
> I want to do this in a cross-platform way but there is no gr_uint64 yet.
> I can just use unsigned long long int, but I am not sure this is sav