avrora.sim.mcu
Class ATMega128L.SimImpl.Timer8Bit.Ticker

java.lang.Object
  extended byavrora.sim.mcu.ATMega128L.SimImpl.Timer8Bit.Ticker
All Implemented Interfaces:
Simulator.Event
Enclosing class:
ATMega128L.SimImpl.Timer8Bit

protected class ATMega128L.SimImpl.Timer8Bit.Ticker
extends java.lang.Object
implements Simulator.Event

The Ticker implements the periodic behavior of the timer. It emulates the operation of the timer at each clock cycle and uses the global timed event queue to achieve the correct periodic behavior.


Constructor Summary
protected ATMega128L.SimImpl.Timer8Bit.Ticker()
           
 
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
 

Constructor Detail

ATMega128L.SimImpl.Timer8Bit.Ticker

protected ATMega128L.SimImpl.Timer8Bit.Ticker()
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