]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/BlockWrite.nc
safe tinyos annotations (all in nesdoc comments)
[tinyos-2.x.git] / tos / interfaces / BlockWrite.nc
index a61e91a1213232df543f4e95916e98f3ca14709e..5ecd3d11dbc0ae07ae50a1a5669b472299215d1f 100644 (file)
@@ -48,7 +48,7 @@ interface BlockWrite {
    * Between two erases, no byte may be written more than once.
    * 
    * @param addr starting address to begin write.
-   * @param buf buffer to write data from.
+   * @param 'void* COUNT(len) buf' buffer to write data from.
    * @param len number of bytes to write.
    * @return 
    *   <li>SUCCESS if the request was accepted, 
@@ -63,7 +63,7 @@ interface BlockWrite {
    * been completed.
    *
    * @param addr starting address of write.
-   * @param buf buffer that written data was read from.
+   * @param 'void* COUNT(len) buf' buffer that written data was read from.
    * @param len number of bytes written.
    * @param error SUCCESS if the operation was successful, FAIL if
    *   it failed