]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/LogRead.nc
safe tinyos annotations (all in nesdoc comments)
[tinyos-2.x.git] / tos / interfaces / LogRead.nc
index 4ee818af02e952851b9f8f481cf5ee952495e3cd..3c100521bba6bc8bece373e3766030e064c6e537 100644 (file)
@@ -54,7 +54,7 @@ interface LogRead {
    * volume. On SUCCESS, the <code>readDone</code> event will signal
    * completion of the operation.
    * 
-   * @param buf buffer to place read data.
+   * @param 'void* COUNT(len) buf' buffer to place read data.
    * @param len number of bytes to read.
    * @return 
    *   <li>SUCCESS if the request was accepted, 
@@ -67,7 +67,7 @@ interface LogRead {
    * advanced by <code>len</code> bytes.
    *
    * @param addr starting address of read.
-   * @param buf buffer where read data was placed.
+   * @param 'void* COUNT(len) buf' buffer where read data was placed.
    * @param len number of bytes read - this may be less than requested
    *    (even equal to 0) if the end of the log was reached
    * @param error SUCCESS if read was possible, FAIL otherwise