[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


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



More information about the Tinyos-2-commits mailing list