]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
TEP4 compliance
authorliang_mike <liang_mike>
Mon, 30 Jun 2008 22:05:52 +0000 (22:05 +0000)
committerliang_mike <liang_mike>
Mon, 30 Jun 2008 22:05:52 +0000 (22:05 +0000)
apps/tosthreads/apps/RadioStress/RadioStressAppC.nc
apps/tosthreads/apps/TestBasicsbSensors/TestBasicsbSensorsAppC.nc

index c3d02022d7121c562b6898f1a129247f2f73ac36..e0b709df4106f52abcf27579522f91c1ca3f2541 100644 (file)
@@ -51,22 +51,22 @@ implementation {
   RadioStressC.Leds -> LedsC;
   
   components new ThreadC(300) as RadioStressThread0;
-  components new BlockingAMSenderC(20) as BlockingAMSender0;
-  components new BlockingAMReceiverC(20) as BlockingAMReceiver0;
+  components new BlockingAMSenderC(220) as BlockingAMSender0;
+  components new BlockingAMReceiverC(220) as BlockingAMReceiver0;
   RadioStressC.RadioStressThread0 -> RadioStressThread0;
   RadioStressC.BlockingAMSend0 -> BlockingAMSender0;
   RadioStressC.BlockingReceive0 -> BlockingAMReceiver0;
   
   components new ThreadC(300) as RadioStressThread1;
-  components new BlockingAMSenderC(21) as BlockingAMSender1;
-  components new BlockingAMReceiverC(21) as BlockingAMReceiver1;
+  components new BlockingAMSenderC(221) as BlockingAMSender1;
+  components new BlockingAMReceiverC(221) as BlockingAMReceiver1;
   RadioStressC.RadioStressThread1 -> RadioStressThread1;
   RadioStressC.BlockingAMSend1 -> BlockingAMSender1;
   RadioStressC.BlockingReceive1 -> BlockingAMReceiver1;
   
   components new ThreadC(300) as RadioStressThread2;
-  components new BlockingAMSenderC(22) as BlockingAMSender2;
-  components new BlockingAMReceiverC(22) as BlockingAMReceiver2;
+  components new BlockingAMSenderC(222) as BlockingAMSender2;
+  components new BlockingAMReceiverC(222) as BlockingAMReceiver2;
   RadioStressC.RadioStressThread2 -> RadioStressThread2;
   RadioStressC.BlockingAMSend2 -> BlockingAMSender2;
   RadioStressC.BlockingReceive2 -> BlockingAMReceiver2;
index 351628c11ccc01d5e247691b91937a98cbb47f20..d1e3aca7aeab246b3e9dbf1bcac1edcd845b00db 100644 (file)
@@ -42,7 +42,7 @@ implementation {
   components new BlockingPhotoC();
   components new BlockingTempC();
   components BlockingSerialActiveMessageC;
-  components new BlockingSerialAMSenderC(100);
+  components new BlockingSerialAMSenderC(128);
 
   MainC.Boot <- TestBasicsbSensorsC;
   TestBasicsbSensorsC.MainThread -> MainThread;