]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/Receive.nc
safe tinyos annotations (all in nesdoc comments)
[tinyos-2.x.git] / tos / interfaces / Receive.nc
index d6a488cf6ed32c1d2a019f083b23d1ec7ca64f54..eebbac9476ac2d32399d26551f23cea37b5980f9 100644 (file)
@@ -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.
    */