avrora.sim.radio
Class CC1000Radio.ATMega128LController.Transmit

java.lang.Object
  extended byavrora.sim.radio.CC1000Radio.ATMega128LController.Transmit
All Implemented Interfaces:
Simulator.Event
Enclosing class:
CC1000Radio.ATMega128LController

protected class CC1000Radio.ATMega128LController.Transmit
extends java.lang.Object
implements Simulator.Event

Transmit is an event that transmits a packet of data after a one bit period delay.


Method Summary
 void fire()
          The fire() method is called when the event to which it is tied happens with in the simulator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fire

public void fire()
Description copied from interface: Simulator.Event
The fire() method is called when the event to which it is tied happens with in the simulator.

Specified by:
fire in interface Simulator.Event