]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/CsmaBackoff.nc
safe tinyos annotations (all in nesdoc comments)
[tinyos-2.x.git] / tos / interfaces / CsmaBackoff.nc
index ccd2aaaf773c8e0131c08844b430d92c4cd87e2a..fa11e3306b65ffb2a8a4f9144f6636b52ef8ed27 100644 (file)
@@ -31,6 +31,7 @@ interface CsmaBackoff
   /**
    * Return initial backoff time before attempting to send message m. The
    * units are radio dependent.
+   * @param 'message_t* ONE m'
    * @return Initial backoff time
    */
   async event uint16_t initial(message_t* m);
@@ -38,6 +39,7 @@ interface CsmaBackoff
   /**
    * Return backoff time after message m could not be send due to congestion.
    * The units are raio dependent.
+   * @param 'message_t* ONE m'
    * @return Backoff time after congestion
    */
   async event uint16_t congestion(message_t* m);