[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
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps/txt tep1.txt, NONE,
1.1
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/MementoMori
AggressiveSendM.nc, 1.4, 1.5 CompressedSet.h, 1.5,
1.6 ExptM.nc, 1.3, 1.4 ResultPacket.h, 1.1, 1.2 RollCallC.nc,
1.5, 1.6 RollCallM.nc, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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());
}
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/teps/txt tep1.txt, NONE,
1.1
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/SystemCore/MementoMori
AggressiveSendM.nc, 1.4, 1.5 CompressedSet.h, 1.5,
1.6 ExptM.nc, 1.3, 1.4 ResultPacket.h, 1.1, 1.2 RollCallC.nc,
1.5, 1.6 RollCallM.nc, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list