]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/ctp/CtpInfo.nc
Proper MSP_BSL_FLAGS for telosa and telosb based platforms using TMI modular tos...
[tinyos-2.x.git] / tos / lib / net / ctp / CtpInfo.nc
index 57c275efb50f2360b301b055ba19ec9890f0d22a..ad0687e267ed1badaaaae0341bb9bfcaffee684b 100644 (file)
@@ -28,6 +28,7 @@
  *  @see Net2-WG
  */
 
+#include "AM.h"
 
 interface CtpInfo {
 
@@ -45,7 +46,7 @@ interface CtpInfo {
    * through the current parent.  The pointer is allocated by the
    * caller.  If the parent is invalid, return FAIL (no info).  The
    * caller MUST NOT use the value in parent if the return is not
-   * SUCCESS.
+   * SUCCESS. Calling getEtx at the root will set the etx argument to 0.
    */
   
   command error_t getEtx(uint16_t* etx);