X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fcc1000%2FLowPowerListening.nc;h=6fd5d19db2fa0b6c732b52791820e29365cc8520;hb=1e12ec1e6ce70a5765c7602d3bb32e3c90412d4b;hp=c8649c85edf6ec1ac5f7196e3c7a23585daa54e8;hpb=1a329382c4f4556fd52d85f4e3f4a67e54911682;p=tinyos-2.x.git diff --git a/tos/chips/cc1000/LowPowerListening.nc b/tos/chips/cc1000/LowPowerListening.nc index c8649c85..6fd5d19d 100644 --- a/tos/chips/cc1000/LowPowerListening.nc +++ b/tos/chips/cc1000/LowPowerListening.nc @@ -35,6 +35,8 @@ * @author David Moss * @author Jonathan Hui */ + +#include interface LowPowerListening { @@ -83,7 +85,7 @@ interface LowPowerListening { /** * Configure this outgoing message so it can be transmitted to a neighbor mote * with the specified Rx sleep interval. - * @param msg Pointer to the message that will be sent + * @param 'message_t* ONE msg' Pointer to the message that will be sent * @param sleepInterval The receiving node's sleep interval, in [ms] */ command void setRxSleepInterval(message_t *msg, uint16_t sleepIntervalMs);