avrora.sim.radio
Class CC1000Radio.Receiver

java.lang.Object
  extended byavrora.sim.radio.CC1000Radio.Receiver
Enclosing class:
CC1000Radio

protected class CC1000Radio.Receiver
extends java.lang.Object

TODO: determine if I will really need this for anything more than debugging. This class is more or less a state machine on the status of the receiver for this radio. It is "activated" when the receiver unit is powered up and it is "receiving" when the radio is in receive mode.


Constructor Summary
protected CC1000Radio.Receiver()
           
 
Method Summary
protected  void activate()
           
protected  void deactivate()
           
protected  void endReceive()
           
 boolean isListening()
           
protected  void receive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CC1000Radio.Receiver

protected CC1000Radio.Receiver()
Method Detail

activate

protected void activate()

deactivate

protected void deactivate()

receive

protected void receive()

endReceive

protected void endReceive()

isListening

public boolean isListening()