[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/vu/tos/interfaces
TimeStamping.nc, 1.4, 1.5
Brano Kusy
kusyb at users.sourceforge.net
Tue Jun 27 07:34:51 PDT 2006
- Previous message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/vu/tools/make
vandy.extra, 1.3, 1.4
- Next message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/vu/tos/lib/CC2420
CC2420RadioM.nc, NONE, 1.1 SysTimeStampingM.nc, 1.3,
1.4 TimeStampingC.nc, 1.1, 1.2 TimeStampingM.nc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/vu/tos/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5323
Modified Files:
TimeStamping.nc
Log Message:
Index: TimeStamping.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/vu/tos/interfaces/TimeStamping.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TimeStamping.nc 4 Dec 2005 07:45:54 -0000 1.4
--- TimeStamping.nc 27 Jun 2006 14:34:49 -0000 1.5
***************
*** 34,38 ****
* was received.
*/
! command uint32_t getStamp();
/**
--- 34,38 ----
* was received.
*/
! command uint32_t getStamp2(TOS_MsgPtr msg);
/**
***************
*** 53,64 ****
* @return SUCCESS if the offset is in the valid range, or FALSE
* if the message will not be time stamped.
- *
- * use:
- * if( call SendMsg.send(ADDR, MSG_LEN, &msg) )
- * call TimeStamping.addStamp(offsetof(struct MsgData, timeStampField));
- *
- * DEPRICATED - see addStamp2() !!!!!!!!!!!!!
*/
- command result_t addStamp(int8_t offset);
/**
--- 53,57 ----
- Previous message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/vu/tools/make
vandy.extra, 1.3, 1.4
- Next message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/vu/tos/lib/CC2420
CC2420RadioM.nc, NONE, 1.1 SysTimeStampingM.nc, 1.3,
1.4 TimeStampingC.nc, 1.1, 1.2 TimeStampingM.nc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list