[Tinyos-2-commits] CVS: tinyos-2.x/apps/AntiTheft/Root AntiTheftRootAppC.nc, 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/Root
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7208/Root

Modified Files:
	AntiTheftRootAppC.nc 
Log Message:
antitheft gui


Index: AntiTheftRootAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/AntiTheft/Root/AntiTheftRootAppC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AntiTheftRootAppC.nc	2 Apr 2007 20:38:06 -0000	1.2
--- AntiTheftRootAppC.nc	4 Apr 2007 22:06:22 -0000	1.3
***************
*** 49,53 ****
    /* Finally, instantiate and wire a collector (to receive theft alerts) and
       a serial sender (to send the alerts to the PC) */
!   components CollectionC, new SerialAMSenderC(AM_ALERTS) as AlertsForwarder;
  
    AntiTheftRootC.CollectionControl -> CollectionC;
--- 49,53 ----
    /* Finally, instantiate and wire a collector (to receive theft alerts) and
       a serial sender (to send the alerts to the PC) */
!   components CollectionC, new SerialAMSenderC(AM_ALERT) as AlertsForwarder;
  
    AntiTheftRootC.CollectionControl -> CollectionC;



More information about the Tinyos-2-commits mailing list