avrora.sim.mcu
Class Timer8Bit.Ticker

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

protected class 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 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

Timer8Bit.Ticker

protected 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