[Tinyos-2-commits] CVS: tinyos-2.x/apps/MultihopOscilloscope
Makefile, 1.3, 1.4 MultihopOscilloscopeAppC.nc, 1.3, 1.4
Phil Levis
scipio at users.sourceforge.net
Thu Apr 12 17:02:20 PDT 2007
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestMultihopLqi
15-15-medium-mica2-grid.txt, NONE,
1.1 15-15-tight-mica2-grid.txt, NONE,
1.1 CC2420ActiveMessageC.nc, NONE, 1.1 Makefile, NONE,
1.1 MultihopOscilloscope.h, NONE,
1.1 MultihopOscilloscopeAppC.nc, NONE,
1.1 MultihopOscilloscopeC.nc, NONE, 1.1 README.txt, NONE,
1.1 log.txt, NONE, 1.1 meyer-heavy.txt, NONE,
1.1 meyer-short.txt, NONE, 1.1 script.py, NONE, 1.1 topo.txt,
NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/MultihopOscilloscope
Makefile, 1.4, 1.5 MultihopOscilloscopeAppC.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/apps/MultihopOscilloscope
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28261
Modified Files:
Makefile MultihopOscilloscopeAppC.nc
Log Message:
Added logging.
Index: Makefile
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/MultihopOscilloscope/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 7 Nov 2006 19:30:34 -0000 1.3
--- Makefile 13 Apr 2007 00:02:17 -0000 1.4
***************
*** 1,4 ****
COMPONENT=MultihopOscilloscopeAppC
! CFLAGS += -I$(TOSDIR)/lib/net/ -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/le -I.
include $(MAKERULES)
--- 1,4 ----
COMPONENT=MultihopOscilloscopeAppC
! CFLAGS += -I$(TOSDIR)/lib/net/ -I$(TOSDIR)/lib/net/lqi
include $(MAKERULES)
Index: MultihopOscilloscopeAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/MultihopOscilloscope/MultihopOscilloscopeAppC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MultihopOscilloscopeAppC.nc 7 Nov 2006 19:30:34 -0000 1.3
--- MultihopOscilloscopeAppC.nc 13 Apr 2007 00:02:17 -0000 1.4
***************
*** 54,64 ****
MultihopOscilloscopeC.UARTMessagePool -> UARTMessagePoolP;
MultihopOscilloscopeC.UARTQueue -> UARTQueueP;
!
! //
! // Components for debugging collection.
! //
components new PoolC(message_t, 20) as DebugMessagePool,
new QueueC(message_t*, 20) as DebugSendQueue,
! new SerialAMSenderC(AM_CTP_DEBUG) as DebugSerialSender,
UARTDebugSenderP as DebugSender;
--- 54,61 ----
MultihopOscilloscopeC.UARTMessagePool -> UARTMessagePoolP;
MultihopOscilloscopeC.UARTQueue -> UARTQueueP;
!
components new PoolC(message_t, 20) as DebugMessagePool,
new QueueC(message_t*, 20) as DebugSendQueue,
! new SerialAMSenderC(AM_LQI_DEBUG) as DebugSerialSender,
UARTDebugSenderP as DebugSender;
***************
*** 68,70 ****
--- 65,68 ----
DebugSender.SendQueue -> DebugSendQueue;
Collector.CollectionDebug -> DebugSender;
+
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestMultihopLqi
15-15-medium-mica2-grid.txt, NONE,
1.1 15-15-tight-mica2-grid.txt, NONE,
1.1 CC2420ActiveMessageC.nc, NONE, 1.1 Makefile, NONE,
1.1 MultihopOscilloscope.h, NONE,
1.1 MultihopOscilloscopeAppC.nc, NONE,
1.1 MultihopOscilloscopeC.nc, NONE, 1.1 README.txt, NONE,
1.1 log.txt, NONE, 1.1 meyer-heavy.txt, NONE,
1.1 meyer-short.txt, NONE, 1.1 script.py, NONE, 1.1 topo.txt,
NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/MultihopOscilloscope
Makefile, 1.4, 1.5 MultihopOscilloscopeAppC.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list