]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/Receive.nc
Add an async version of ReadRef.
[tinyos-2.x.git] / tos / interfaces / Receive.nc
index d6a488cf6ed32c1d2a019f083b23d1ec7ca64f54..47f9f9066c86580959bdfce944903b3cf2487414 100644 (file)
@@ -1,5 +1,5 @@
 // $Id$
-/*                                                                     tab:4
+/*
  * "Copyright (c) 2004-2005 The Regents of the University  of California.  
  * All rights reserved.
  *
@@ -57,10 +57,10 @@ interface Receive {
    * the component's data. This would cause the mote to possibly
    * instead send a packet it most recently received.
    *
-   * @param  msg      the receied packet
-   * @param  payload  a pointer to the packet's payload
+   * @param  'message_t* ONE msg'        the receied packet
+   * @param  'void* COUNT(len) payload'  a pointer to the packet's payload
    * @param  len      the length of the data region pointed to by payload
-   * @return          a packet buffer for the stack to use for the next
+   * @return 'message_t* ONE'              a packet buffer for the stack to use for the next
    *                  received packet.
    */