X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2Finterfaces%2Fprivate%2FEnergyDetection.nc;h=a6a5b55c2865ed3021fe48147d7f31a45d995caf;hp=fb17fe46746afa8c9862a21aba0ad4729198b9ab;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/tos/lib/mac/tkn154/interfaces/private/EnergyDetection.nc b/tos/lib/mac/tkn154/interfaces/private/EnergyDetection.nc index fb17fe46..a6a5b55c 100644 --- a/tos/lib/mac/tkn154/interfaces/private/EnergyDetection.nc +++ b/tos/lib/mac/tkn154/interfaces/private/EnergyDetection.nc @@ -37,24 +37,24 @@ interface EnergyDetection { /** * Requests to measure the energy level on the current channel; the - * measurement should last for duration<\code> symbols and the - * maximum energy level is signalled through the done<\code> + * measurement should last for duration symbols and the + * maximum energy level is signalled through the done * event. * * @param duration Duration of the energy detection measurement * (in symbol time) * @return SUCCESS if the request was accepted and only then - * the done<\code> event will be signalled, FAIL otherwise + * the done event will be signalled, FAIL otherwise **/ command error_t start(uint32_t duration); /** - * Signalled in response to a call to start<\code>; + * Signalled in response to a call to start; * returns the maximum energy measured on the channel over the * specified period of time. * * @param status SUCCESS if the measurement succeeded - * and only then EnergyLevel<\code> is valid, FAIL + * and only then EnergyLevel is valid, FAIL * otherwise * @param EnergyLevel The maximum energy on the channel **/