avrora.sim.radio
Class CC1000Radio.Transmitter

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

protected class CC1000Radio.Transmitter
extends java.lang.Object

This class is a state machine similar to Receiver, but for the transmitter on the radio. So it is "activated" when the transmitter is powered up and "transmitting" when the radio is in transmit mode. It is very likely that moving this functionality into the MainRegister class would be a good design decision.


Constructor Summary
protected CC1000Radio.Transmitter()
           
 
Method Summary
protected  void activate()
           
protected  void deactivate()
           
protected  void endTransmit()
           
protected  void transmit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CC1000Radio.Transmitter

protected CC1000Radio.Transmitter()
Method Detail

activate

protected void activate()

deactivate

protected void deactivate()

transmit

protected void transmit()

endTransmit

protected void endTransmit()