Hi,

I was wondering what the use of nx_uint8_t and nx_int8_t is, since
network types are here to use the proper byte order. Is it just to
provide the full set of network types ?

Also, does using these types when not necessary induce adding useless
instructions ? I wonder this because I use nx_uint8_t * pointers in my
code to indicate that I manipulate data in packets, while I could just
use uint8_t * (if my assumption that nx8 has no use is correct).

Thanks for your explanations,

Romain
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to