[Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/MementoMori/TestMMDetector TestMMDetectorM.nc, 1.3, 1.4

Stan Rost stanrost at users.sourceforge.net
Thu Oct 21 13:35:54 PDT 2004


Update of /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/MementoMori/TestMMDetector
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26313/TestMMDetector

Modified Files:
	TestMMDetectorM.nc 
Log Message:
Major:

- CompressedSet
  - added optional superSkip header
  - debugged the bejeebus out of compression/decompression
  
- AggressiveSend now turns on Acking in the radio, signals transmitted bytes correctly

Minor:

- Removed PowerArbiter from ExptM
- Added numLAte to ResultPkt


Index: TestMMDetectorM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/SystemCore/MementoMori/TestMMDetector/TestMMDetectorM.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TestMMDetectorM.nc	12 Oct 2004 01:01:23 -0000	1.3
--- TestMMDetectorM.nc	21 Oct 2004 20:35:52 -0000	1.4
***************
*** 50,55 ****
  	call RouteControl.getDepth());
   
!     return (call RouteControl.getDepth() == 0 ||
! 	    addr == call RouteControl.getParent());
    }
  
--- 50,54 ----
  	call RouteControl.getDepth());
   
!     return (addr == call RouteControl.getParent());
    }
  



More information about the Tinyos-beta-commits mailing list