[Tinyos-2-commits] CVS: tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/general_radio_tests/TestMac0 TestMacC.nc, 1.1, 1.2 TestMacP.nc, 1.1, 1.2
Miklos Maroti
mmaroti at users.sourceforge.net
Wed Apr 30 16:09:15 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/general_radio_tests/TestMac0
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12657
Modified Files:
TestMacC.nc TestMacP.nc
Log Message:
remove unneeded interfaces
Index: TestMacC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/general_radio_tests/TestMac0/TestMacC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestMacC.nc 29 Dec 2007 21:52:17 -0000 1.1
--- TestMacC.nc 30 Apr 2008 23:09:10 -0000 1.2
***************
*** 34,50 ****
TestMacP.TearDownOneTime -> TestCaseC.TearDownOneTime;
- components new StatisticsC() as RxThroughputC;
- TestMacP.RxThroughput -> RxThroughputC;
- components new StatisticsC() as RxMissingC;
- TestMacP.RxMissing -> RxMissingC;
- components new StatisticsC() as RxDuplicatesC;
- TestMacP.RxDuplicates -> RxDuplicatesC;
- components new StatisticsC() as TxThroughputC;
- TestMacP.TxThroughput -> TxThroughputC;
- components new StatisticsC() as TxNotAckedC;
- TestMacP.TxNotAcked -> TxNotAckedC;
- components new StatisticsC() as TxFailedC;
- TestMacP.TxFailed -> TxFailedC;
-
TestMacP.RadioControl -> ActiveMessageC;
TestMacP.AMSend -> ActiveMessageC.AMSend[0x17];
--- 34,37 ----
Index: TestMacP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x-contrib/tunit/tests/tinyos-2.x/tos/chips/general_radio_tests/TestMac0/TestMacP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestMacP.nc 29 Dec 2007 21:52:17 -0000 1.1
--- TestMacP.nc 30 Apr 2008 23:09:10 -0000 1.2
***************
*** 33,43 ****
interface TestControl as TearDownOneTime;
- interface Statistics as RxThroughput;
- interface Statistics as RxMissing;
- interface Statistics as RxDuplicates;
- interface Statistics as TxThroughput;
- interface Statistics as TxNotAcked;
- interface Statistics as TxFailed;
-
interface SplitControl as RadioControl;
interface AMSend;
--- 33,36 ----
More information about the Tinyos-2-commits
mailing list