[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/components
GenericComm.nc, 1.2, 1.3 GenericCommPromiscuous.nc, 1.5, 1.6
David Gay
idgay at users.sourceforge.net
Fri Apr 28 11:08:10 PDT 2006
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/components
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11461
Modified Files:
GenericComm.nc GenericCommPromiscuous.nc
Log Message:
the raw byte stuff is long gone
Index: GenericComm.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/components/GenericComm.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GenericComm.nc 22 Mar 2004 03:53:13 -0000 1.2
--- GenericComm.nc 28 Apr 2006 18:08:08 -0000 1.3
***************
*** 47,52 ****
interface StdControl as Control;
- interface SendVarLenPacket as UARTSendRawBytes;
-
// The interface are as parameterised by the active message id
interface SendMsg[uint8_t id];
--- 47,50 ----
***************
*** 77,81 ****
sendDone = GenericCommPromiscuous.sendDone;
activity = GenericCommPromiscuous.activity;
-
- UARTSendRawBytes = GenericCommPromiscuous;
}
--- 75,77 ----
Index: GenericCommPromiscuous.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/components/GenericCommPromiscuous.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** GenericCommPromiscuous.nc 9 Oct 2004 19:51:42 -0000 1.5
--- GenericCommPromiscuous.nc 28 Apr 2006 18:08:08 -0000 1.6
***************
*** 48,53 ****
interface CommControl;
- interface SendVarLenPacket as UARTSendRawBytes;
-
// The interface are as parameterised by the active message id
interface SendMsg[uint8_t id];
--- 48,51 ----
***************
*** 72,76 ****
RadioCRCPacket as RadioPacket,
UARTFramedPacket as UARTPacket,
- NoCRCPacket as UARTRawBytes,
NoLeds as Leds,
TimerC, HPLPowerManagementM;
--- 70,73 ----
***************
*** 83,88 ****
#endif
- UARTSendRawBytes = UARTRawBytes.SendVarLenPacket;
-
Control = AM.Control;
CommControl = AM.CommControl;
--- 80,83 ----
More information about the Tinyos-commits
mailing list