avrora.sim.mcu
Class ATMega128L.SimImpl.StandardClock

java.lang.Object
  extended byavrora.sim.mcu.ATMega128L.SimImpl.StandardClock
All Implemented Interfaces:
ATMega128L.Clock
Direct Known Subclasses:
ATMega128L.SimImpl.Timer0ExternalClock
Enclosing class:
ATMega128L.SimImpl

protected class ATMega128L.SimImpl.StandardClock
extends java.lang.Object
implements ATMega128L.Clock


Constructor Summary
protected ATMega128L.SimImpl.StandardClock()
           
 
Method Summary
 void scheduleEvent(Simulator.Event e, long cycles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATMega128L.SimImpl.StandardClock

protected ATMega128L.SimImpl.StandardClock()
Method Detail

scheduleEvent

public void scheduleEvent(Simulator.Event e,
                          long cycles)
Specified by:
scheduleEvent in interface ATMega128L.Clock