ChannelState.cc

00001 #include "ChannelState.h"
00002 
00003 bool ChannelState::isIdle() const {
00004 
00005   return idle;
00006 }
00007 
00008 double ChannelState::getRSSI() const {
00009 
00010   return rssi;
00011 }
00012