[Tinyos-2-commits]
CVS: tinyos-2.x/apps/AntiTheft/Nodes antitheft.h, 1.2, 1.3
David Gay
idgay at users.sourceforge.net
Wed Apr 4 15:06:24 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Nodes
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7208/Nodes
Modified Files:
antitheft.h
Log Message:
antitheft gui
Index: antitheft.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Nodes/antitheft.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** antitheft.h 2 Apr 2007 20:38:05 -0000 1.2
--- antitheft.h 4 Apr 2007 22:06:22 -0000 1.3
***************
*** 27,31 ****
AM_SETTINGS = 54,
AM_THEFT = 99,
! AM_ALERTS = 22,
DIS_SETTINGS = 42,
COL_ALERTS = 11,
--- 27,31 ----
AM_SETTINGS = 54,
AM_THEFT = 99,
! AM_ALERT = 22,
DIS_SETTINGS = 42,
COL_ALERTS = 11,
***************
*** 36,45 ****
};
! typedef nx_struct {
nx_uint8_t alert, detect;
nx_uint16_t checkInterval;
} settings_t;
! typedef nx_struct {
nx_uint16_t stolenId;
} alert_t;
--- 36,45 ----
};
! typedef nx_struct settings {
nx_uint8_t alert, detect;
nx_uint16_t checkInterval;
} settings_t;
! typedef nx_struct alert {
nx_uint16_t stolenId;
} alert_t;
More information about the Tinyos-2-commits
mailing list