[Tinyos-2-commits]
CVS: tinyos-2.x/tos/lib/net/collection QueueC.nc, 1.1.2.4, 1.1.2.5
Phil Levis
scipio at users.sourceforge.net
Thu Jun 15 10:22:59 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork
TestNetworkAppC.nc, 1.1.2.9, 1.1.2.10 TestNetworkC.nc,
1.1.2.10, 1.1.2.11
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/usart
Msp430Spi1C.nc, NONE, 1.1.2.1 Msp430SpiConfigure.nc, NONE,
1.1.2.1 Msp430SpiDma1P.nc, NONE, 1.1.2.1 Msp430SpiNoDma1P.nc,
NONE, 1.1.2.1 Msp430Uart0C.nc, NONE, 1.1.2.1 Msp430Uart0P.nc,
NONE, 1.1.2.1 Msp430Uart1P.nc, NONE,
1.1.2.1 Msp430UartConfigure.nc, NONE, 1.1.2.1 Msp430Usart.h,
NONE, 1.1.2.1 Msp430Usart1C.nc, NONE,
1.1.2.1 Msp430UsartShare1P.nc, NONE, 1.1.2.1 HplMsp430Usart.nc,
1.1.2.4, 1.1.2.4.4.1 HplMsp430Usart0C.nc, 1.1.2.5,
1.1.2.5.4.1 HplMsp430Usart0P.nc, 1.1.2.5,
1.1.2.5.4.1 HplMsp430Usart1C.nc, 1.1.2.6,
1.1.2.6.4.1 HplMsp430Usart1P.nc, 1.1.2.4,
1.1.2.4.4.1 HplMsp430UsartInterrupts.nc, 1.1.2.1,
1.1.2.1.4.1 Msp430Spi0C.nc, 1.1.2.7,
1.1.2.7.4.1 Msp430SpiDma0P.nc, 1.1.2.2,
1.1.2.2.4.1 Msp430SpiDmaP.nc, 1.1.2.1,
1.1.2.1.4.1 Msp430SpiNoDma0P.nc, 1.1.2.2,
1.1.2.2.4.1 Msp430SpiNoDmaP.nc, 1.1.2.1,
1.1.2.1.4.1 Msp430Uart1C.nc, 1.1.2.7,
1.1.2.7.4.1 Msp430UartP.nc, 1.1.2.7,
1.1.2.7.4.1 Msp430Usart0C.nc, 1.1.2.2,
1.1.2.2.4.1 Msp430UsartShare0P.nc, 1.1.2.2,
1.1.2.2.4.1 msp430UsartResource.h, 1.1.2.2,
NONE msp430baudrates.h, 1.1.2.1, NONE msp430usart.h, 1.1.2.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14372
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
QueueC.nc
Log Message:
Do not include print loops if not running TOSSIM.
Index: QueueC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection/Attic/QueueC.nc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** QueueC.nc 7 Jun 2006 23:39:03 -0000 1.1.2.4
--- QueueC.nc 15 Jun 2006 17:22:57 -0000 1.1.2.5
***************
*** 57,60 ****
--- 57,61 ----
void printQueue() {
+ #ifdef TOSSIM
int i, j;
dbg("QueueC", "head <-");
***************
*** 68,71 ****
--- 69,73 ----
}
dbg_clear("QueueC", "<- tail\n");
+ #endif
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork
TestNetworkAppC.nc, 1.1.2.9, 1.1.2.10 TestNetworkC.nc,
1.1.2.10, 1.1.2.11
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/usart
Msp430Spi1C.nc, NONE, 1.1.2.1 Msp430SpiConfigure.nc, NONE,
1.1.2.1 Msp430SpiDma1P.nc, NONE, 1.1.2.1 Msp430SpiNoDma1P.nc,
NONE, 1.1.2.1 Msp430Uart0C.nc, NONE, 1.1.2.1 Msp430Uart0P.nc,
NONE, 1.1.2.1 Msp430Uart1P.nc, NONE,
1.1.2.1 Msp430UartConfigure.nc, NONE, 1.1.2.1 Msp430Usart.h,
NONE, 1.1.2.1 Msp430Usart1C.nc, NONE,
1.1.2.1 Msp430UsartShare1P.nc, NONE, 1.1.2.1 HplMsp430Usart.nc,
1.1.2.4, 1.1.2.4.4.1 HplMsp430Usart0C.nc, 1.1.2.5,
1.1.2.5.4.1 HplMsp430Usart0P.nc, 1.1.2.5,
1.1.2.5.4.1 HplMsp430Usart1C.nc, 1.1.2.6,
1.1.2.6.4.1 HplMsp430Usart1P.nc, 1.1.2.4,
1.1.2.4.4.1 HplMsp430UsartInterrupts.nc, 1.1.2.1,
1.1.2.1.4.1 Msp430Spi0C.nc, 1.1.2.7,
1.1.2.7.4.1 Msp430SpiDma0P.nc, 1.1.2.2,
1.1.2.2.4.1 Msp430SpiDmaP.nc, 1.1.2.1,
1.1.2.1.4.1 Msp430SpiNoDma0P.nc, 1.1.2.2,
1.1.2.2.4.1 Msp430SpiNoDmaP.nc, 1.1.2.1,
1.1.2.1.4.1 Msp430Uart1C.nc, 1.1.2.7,
1.1.2.7.4.1 Msp430UartP.nc, 1.1.2.7,
1.1.2.7.4.1 Msp430Usart0C.nc, 1.1.2.2,
1.1.2.2.4.1 Msp430UsartShare0P.nc, 1.1.2.2,
1.1.2.2.4.1 msp430UsartResource.h, 1.1.2.2,
NONE msp430baudrates.h, 1.1.2.1, NONE msp430usart.h, 1.1.2.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list