[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154/interfaces/MCPS MCPS_DATA.nc, 1.1, 1.2
Jan-Hinrich Hauer
janhauer at users.sourceforge.net
Tue Nov 25 01:35:11 PST 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 FrameDispatchP.nc, 1.2, 1.3 FrameDispatchQueueP.nc, NONE, 1.1 AssociateP.nc, 1.3, 1.4 BeaconSynchronizeP.nc, 1.6, 1.7 BeaconTransmitP.nc, 1.5, 1.6 DisassociateP.nc, 1.1, 1.2 IndirectTxP.nc, 1.2, 1.3 PollP.nc, 1.1, 1.2 PromiscuousModeP.nc, 1.1, 1.2 RadioControlImplP.nc, 1.1, 1.2 ScanP.nc, 1.1, 1.2 TKN154_DEBUG.h, 1.3, 1.4 TKN154_MAC.h, 1.2, 1.3 TKN154P.nc, 1.5, 1.6 CsmaP.nc, 1.3, NONE CsmaQueueP.nc, 1.1, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154/dummies NoFrameDispatchP.nc, NONE, 1.1 NoFrameDispatchQueueP.nc, NONE, 1.1 NoBeaconTransmitP.nc, 1.4, 1.5 NoCoordCfpP.nc, 1.4, 1.5 NoDeviceCfpP.nc, 1.4, 1.5 NoScanP.nc, 1.1, 1.2 NoCsmaP.nc, 1.3, NONE NoCsmaQueueP.nc, 1.1, NONE NoDeviceCapQueueP.nc, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/mac/tkn154/interfaces/MCPS
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21632/tos/lib/mac/tkn154/interfaces/MCPS
Modified Files:
MCPS_DATA.nc
Log Message:
+ modified radio driver (PHY) interfaces: CSMA-CA algorithm is now pushed to radio driver
+ adapted CC2420 driver
+ renamed CsmaP -> FrameDispatchP
+ provided workaround for a problem with virtualized alarms (sometimes they seem to fire 2s too late)
+ updated placeholder components
+ updated debug information
Index: MCPS_DATA.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/mac/tkn154/interfaces/MCPS/MCPS_DATA.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MCPS_DATA.nc 16 Jun 2008 18:00:31 -0000 1.1
--- MCPS_DATA.nc 25 Nov 2008 09:35:09 -0000 1.2
***************
*** 45,54 ****
* entity." (IEEE 802.15.4-2006, Sec. 7.1.1.1)
*
! * The MSDU is the payload portion of a message_t (<code>frame<\code>
! * parameter) and can be accessed through the <code>IEEE154Frame<\code>
* interface. In contrast to the standard interface definition address
* information is not passed as separate parameters; instead, the
! * address information is already part of the <code>frame<\code>,
! * i.e. it must have been set (through the <code>IEEE154Frame<\code>
* interface) before this command is called.
*
--- 45,54 ----
* entity." (IEEE 802.15.4-2006, Sec. 7.1.1.1)
*
! * The MSDU is the payload portion of a message_t (<tt>frame</tt>
! * parameter) and can be accessed through the <tt>IEEE154Frame</tt>
* interface. In contrast to the standard interface definition address
* information is not passed as separate parameters; instead, the
! * address information is already part of the <tt>frame</tt>,
! * i.e. it must have been set (through the <tt>IEEE154Frame</tt>
* interface) before this command is called.
*
***************
*** 94,98 ****
/**
* Indicates the arrival of a frame. Address information can be accessed
! * through the <code>IEEE154Frame<\code> interface.
*
* @return A frame buffer for the stack to use for the next received frame
--- 94,98 ----
/**
* Indicates the arrival of a frame. Address information can be accessed
! * through the <tt>IEEE154Frame</tt> interface.
*
* @return A frame buffer for the stack to use for the next received frame
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154 FrameDispatchP.nc, 1.2, 1.3 FrameDispatchQueueP.nc, NONE, 1.1 AssociateP.nc, 1.3, 1.4 BeaconSynchronizeP.nc, 1.6, 1.7 BeaconTransmitP.nc, 1.5, 1.6 DisassociateP.nc, 1.1, 1.2 IndirectTxP.nc, 1.2, 1.3 PollP.nc, 1.1, 1.2 PromiscuousModeP.nc, 1.1, 1.2 RadioControlImplP.nc, 1.1, 1.2 ScanP.nc, 1.1, 1.2 TKN154_DEBUG.h, 1.3, 1.4 TKN154_MAC.h, 1.2, 1.3 TKN154P.nc, 1.5, 1.6 CsmaP.nc, 1.3, NONE CsmaQueueP.nc, 1.1, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/mac/tkn154/dummies NoFrameDispatchP.nc, NONE, 1.1 NoFrameDispatchQueueP.nc, NONE, 1.1 NoBeaconTransmitP.nc, 1.4, 1.5 NoCoordCfpP.nc, 1.4, 1.5 NoDeviceCfpP.nc, 1.4, 1.5 NoScanP.nc, 1.1, 1.2 NoCsmaP.nc, 1.3, NONE NoCsmaQueueP.nc, 1.1, NONE NoDeviceCapQueueP.nc, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list