avrora.sim.radio
Class CC1000Radio.Transmitter
java.lang.Object
avrora.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CC1000Radio.Transmitter
protected CC1000Radio.Transmitter()
activate
protected void activate()
deactivate
protected void deactivate()
transmit
protected void transmit()
endTransmit
protected void endTransmit()