Interface: tos.lib.byte_radio.ChannelMonitorControl

interface ChannelMonitorControl

This control interface is used by byte radio CCA components based on RSSI valid detection with a floating threshold.

See:
ChannelMonitor
ChannelMonitorData
Author:
Kevin Klues (klues@tkn.tu-berlin.de)
Andreas Koepke (koepke@tkn.tu-berlin.de)

Commands
command error_t updateNoiseFloor() Update the noise floor.

Events
event void updateNoiseFloorDone() Indicates that the noisefloor has been updated.

Commands - Details

updateNoiseFloor

command error_t updateNoiseFloor()

Update the noise floor.

Returns:
SUCCESS if the noise floor can be updated FAIL otherwise.

Events - Details

updateNoiseFloorDone

event void updateNoiseFloorDone()

Indicates that the noisefloor has been updated.