---------------------------- Original Message ----------------------------
Subject: Re: [Tinyos-help] How to use int32 in TinyOS programming
From:    [EMAIL PROTECTED]
Date:    Tue, January 17, 2006 11:16 am
To:      [EMAIL PROTECTED]
--------------------------------------------------------------------------

Sorry,
I know that I have to write "int32_t" and "uint32_t". I know that it's
possible declare int32_t and than assign a costant with the "U" at the
end, for example:

int32_t a;
a = 100000U;

That's means that the value is unsigned. But I need the value with sign.
Thanks.

Ing. Alessandro Balvis
Centro Ricerche ENEL
PISA


> Mr. Balvis,
> you should use *int32_t* and *uint32_t* instead of *int32* and *uint32 .
>
> *Andrea Pacini
>
>
> [EMAIL PROTECTED] wrote:
>
>>Hy,
>>I would use the data type int32 and uint32. I tried to declare some
>>variables and assigning the values, but it doesn't work. I've seen that
>>it's possible to use. Maybe there are some errors in the enviroment
>>settings.
>>Thanks in advance.
>>
>>Ing. Alessandro Balvis
>>Centro Ricerche ENEL
>>PISA
>>
>>_______________________________________________
>>Tinyos-help mailing list
>>[email protected]
>>https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>
>>
>>
>>
>



_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to