[Firebug-cvs] fireboard/beta/tools/src/xlisten xsensors.h,1.6,1.7
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-08-01 15:26:16
|
Update of /cvsroot/firebug/fireboard/beta/tools/src/xlisten In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3180 Modified Files: xsensors.h Log Message: Added telos processing to xlisten. Index: xsensors.h =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/tools/src/xlisten/xsensors.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** xsensors.h 1 Aug 2005 15:23:47 -0000 1.6 --- xsensors.h 1 Aug 2005 15:26:07 -0000 1.7 *************** *** 114,120 **** #define XPACKET_MIN_SIZE 4 //!< minimum valid packet size ! //#define XPACKET_TYPE 2 //!< offset to type of TOS packet ! // For telos ! #define XPACKET_TYPE 8 //!< offset to type of TOS packet #define XPACKET_GROUP 3 //!< offset to group id of TOS packet --- 114,123 ---- #define XPACKET_MIN_SIZE 4 //!< minimum valid packet size ! ! #ifdef TELOS_MOTE ! #define XPACKET_TYPE 8 //!< telos offset to type of TOS packet ! #else ! #define XPACKET_TYPE 2 //!< mica2 offset to type of TOS packet ! #endif #define XPACKET_GROUP 3 //!< offset to group id of TOS packet |