]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestSimComm/TestCommAppC.nc
Changes to comply with TEP4.
[tinyos-2.x.git] / apps / tests / TestSimComm / TestCommAppC.nc
index 1ef8638ebccf80062047c42fc54d934682b416ba..c45a546b088dc8fa7c6d16ab937c21235455c48d 100644 (file)
 configuration TestCommAppC {}
 implementation {
   enum {
-    AM_TEST  = 5
+    AM_TEST  = 133
   };
   
-  components MainC, TestCommC as App, RandomC, ActiveMessageC;
+  components MainC, TestCommC as App, RandomC, ActiveMessageC, TossimActiveMessageC;
   components new TimerMilliC(), new AMSenderC(AM_TEST), new AMReceiverC(AM_TEST);
   
   App.Boot -> MainC.Boot;
@@ -63,6 +63,7 @@ implementation {
   App.Random -> RandomC;
   App.AMPacket -> AMSenderC;
   App.PacketAcknowledgements -> AMSenderC;
+  App.TossimPacket -> TossimActiveMessageC;
 }