[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components LocationUtils.nc, 1.3.2.1, 1.3.2.2

Chien-Liang Fok chien-liang at users.sourceforge.net
Wed Nov 15 01:40:23 PST 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22063/components

Modified Files:
      Tag: GroupComm
	LocationUtils.nc 
Log Message:
Debugged, got basic test to work.

Index: LocationUtils.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/LocationUtils.nc,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -d -r1.3.2.1 -r1.3.2.2
*** LocationUtils.nc	15 Nov 2006 04:29:34 -0000	1.3.2.1
--- LocationUtils.nc	15 Nov 2006 09:40:21 -0000	1.3.2.2
***************
*** 98,101 ****
--- 98,103 ----
    command result_t LocationUtilI.isProxy(AgillaLocation* loc) {
      uint16_t reservedAddr[] = {0xFFFA, 0xFFFB, 0xFFFC, 0xFFFD, 0xFFFE}; // reserved addr
+     //uint16_t reservedAddr[] = {0};  // used for simulation
+     
      int ir;
      for(ir=0; ir<5; ir++)



More information about the Tinyos-contrib-commits mailing list