[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420/interfaces PacketTimeSyncOffset.nc, 1.1, 1.2
David Gay
idgay at users.sourceforge.net
Mon Jun 23 16:40:41 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21037/interfaces
Modified Files:
PacketTimeSyncOffset.nc
Log Message:
fix misuse of interface
Index: PacketTimeSyncOffset.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/cc2420/interfaces/PacketTimeSyncOffset.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PacketTimeSyncOffset.nc 17 Jun 2008 07:28:24 -0000 1.1
--- PacketTimeSyncOffset.nc 23 Jun 2008 23:40:21 -0000 1.2
***************
*** 25,28 ****
--- 25,30 ----
{
/**
+ * @param 'message_t *ONE msg' message to examine.
+ *
* Returns TRUE if the value is set for this message.
*/
***************
*** 30,33 ****
--- 32,37 ----
/**
+ * @param 'message_t *ONE msg' message to examine.
+ *
* Returns the stored value of this field in the message. If the
* value is not set, then the returned value is undefined.
***************
*** 36,39 ****
--- 40,45 ----
/**
+ * @param 'message_t *ONE msg' message to modify.
+ *
* Sets the isSet false to TRUE and the time stamp value to the
* specified value.
***************
*** 42,45 ****
--- 48,53 ----
/**
+ * @param 'message_t *ONE msg' message to modify.
+ *
* Cancels any pending requests.
*/
More information about the Tinyos-2-commits
mailing list