]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/PacketAcknowledgements.nc
Fix the issue with tos-deluge not timing out properly.
[tinyos-2.x.git] / tos / interfaces / PacketAcknowledgements.nc
index 098790905a95a5ad13a4dd7cf4a402f0ed781b0e..099df6136f7da6e7501982813b80e7b989075e55 100644 (file)
@@ -1,4 +1,4 @@
-/*                                                                     tab:4
+/*
  * "Copyright (c) 2000-2006 The Regents of the University  of California.  
  * All rights reserved.
  *
@@ -39,7 +39,7 @@ interface PacketAcknowledgements {
    * ack was received through the wasAcked() command as soon as a send operation
    * completes.
    *
-   * @param msg - A message which should be acknowledged when transmitted.
+   * @param 'message_t* ONE msg' - A message which should be acknowledged when transmitted.
    * @return SUCCESS if acknowledgements are enabled, EBUSY
    * if the communication layer cannot enable them at this time, FAIL
    * if it does not support them.
@@ -51,7 +51,7 @@ interface PacketAcknowledgements {
    * Tell a protocol that when it sends this packet, it should not use
    * synchronous acknowledgments.
    *
-   * @param msg - A message which should not be acknowledged when transmitted.
+   * @param 'message_t* ONE msg' - A message which should not be acknowledged when transmitted.
    * @return SUCCESS if acknowledgements are disabled, EBUSY
    * if the communication layer cannot disable them at this time, FAIL
    * if it cannot support unacknowledged communication.
@@ -66,7 +66,7 @@ interface PacketAcknowledgements {
    * layer does not support acknowledgements, this command must return always
    * return FALSE.
    *
-   * @param msg - A transmitted message.
+   * @param 'message_t* ONE msg' - A transmitted message.
    * @return Whether the packet was acknowledged.
    *
    */