]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/AsyncStdControl.nc
Fix the issue with tos-deluge not timing out properly.
[tinyos-2.x.git] / tos / interfaces / AsyncStdControl.nc
index ddefc1902ed0ff9b69c217b78ff31455e572375b..7d07e7d918c644684ae0b90b9eb3d151a7556889 100644 (file)
@@ -67,7 +67,8 @@ interface AsyncStdControl
   /**
    * Start this component and all of its subcomponents.
    *
-   * @return SUCCESS if the component was successfully turned on<br>
+   * @return SUCCESS if the component was either already on or was 
+   *         successfully turned on<br>
    *         FAIL otherwise
    */
   async command error_t start();
@@ -76,7 +77,8 @@ interface AsyncStdControl
    * Stop the component and any pertinent subcomponents (not all
    * subcomponents may be turned off due to wakeup timers, etc.).
    *
-   * @return SUCCESS if the component was successfully turned off<br>
+   * @return SUCCESS if the component was either already off or was 
+   *         successfully turned off<br>
    *         FAIL otherwise
    */
   async command error_t stop();