]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/Intercept.nc
safe tinyos annotations (all in nesdoc comments)
[tinyos-2.x.git] / tos / interfaces / Intercept.nc
index 0a18a105e94f3d510bcb73553981b1281022fd9e..0de35ba938ef37a327a8dbccca031183100abf25 100644 (file)
@@ -17,9 +17,9 @@ interface Intercept {
    * Signals that a message has been received, which is supposed to be
    * forwarded to another destination. 
    *
-   * @param msg The complete message received.
+   * @param 'message_t* ONE msg' The complete message received.
    *
-   * @param payload The payload portion of the packet for this
+   * @param 'void* COUNT(len) payload' The payload portion of the packet for this
    * protocol layer.
    *
    * @param len The length of the payload buffer.