[Firebug-cvs] fireboard/beta/fireworks/apps/TestLink LinkMsg.h,1.5,1.6
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-07-30 00:14:22
|
Update of /cvsroot/firebug/fireboard/beta/fireworks/apps/TestLink In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32165/apps/TestLink Modified Files: LinkMsg.h Log Message: Fixed link struct. Index: LinkMsg.h =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/fireworks/apps/TestLink/LinkMsg.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** LinkMsg.h 30 Jul 2005 00:10:35 -0000 1.5 --- LinkMsg.h 30 Jul 2005 00:14:13 -0000 1.6 *************** *** 4,9 **** #define FW_HEADER typedef struct fw_header { - uint16_t seqno; uint16_t am_type; } fw_header; #endif --- 4,9 ---- #define FW_HEADER typedef struct fw_header { uint16_t am_type; + uint16_t seqno; } fw_header; #endif *************** *** 16,24 **** struct LinkMsg { - uint32_t seqno; - uint16_t moteid; fw_header header; - uint16_t addr; uint32_t tstamp; uint16_t RSSI; uint16_t LQI; --- 16,22 ---- struct LinkMsg { fw_header header; uint32_t tstamp; + uint16_t moteid; uint16_t RSSI; uint16_t LQI; |