Hello all,
 
I has this problem:
 
when I compile my app for debug using "make pc", this structure has a size of 16 bytes:
 
typedef struct intruder_ping_t {
    uint16_t temperature;
    uint32_t latitude;
    uint32_t longitude;
    uint32_t timestamp;
} intruder_ping_t;
as you know, this is correct for a processor that address 32-bit words. My question is, what's the size of intruder_ping_t when the app is compiled for mica2 motes?
 
Thanks,
 
José


Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
Probalo ya!
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to