HI everyone:
I am using the compoent NetSync, I included an extra variable in the structure NetSyncMsg (uint32_t last PPS).. typedef struct NetSyncMsg {
 uint16_t addr;         // 2
 uint32_t on;           // 4
 uint32_t off;          // 4
 uint32_t period;       // 4
 uint32_t local_time;   // 4
 uint32_t global_time;  // 4
 uint8_t hopcount;      // 1
 uint8_t seqno;         // 1 -- 24 bytes total
 uint32_t lastPPS;      // 4   OM
} syncmsg_t;

after that my time Sync stops, does someone have an idea about this problem?
is 24 bytes a number with meaning other than the size of this structure?
Regards
Omar

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

Reply via email to