Uses of Interface
byucc.jhdl.base.SimulatorCallback

Packages that use SimulatorCallback
byucc.jhdl.apps.Tbone   
byucc.jhdl.apps.Viewers.ClassInfo   
byucc.jhdl.apps.Viewers.MemoryView   
byucc.jhdl.apps.Viewers.Schematic   
byucc.jhdl.apps.Viewers.SimControl   
byucc.jhdl.apps.Viewers.Waves   
byucc.jhdl.base   
 

Uses of SimulatorCallback in byucc.jhdl.apps.Tbone
 

Classes in byucc.jhdl.apps.Tbone that implement SimulatorCallback
 class TboneObserver
           
 

Uses of SimulatorCallback in byucc.jhdl.apps.Viewers.ClassInfo
 

Classes in byucc.jhdl.apps.Viewers.ClassInfo that implement SimulatorCallback
 class ClassInfo
           
 

Uses of SimulatorCallback in byucc.jhdl.apps.Viewers.MemoryView
 

Classes in byucc.jhdl.apps.Viewers.MemoryView that implement SimulatorCallback
 class MemoryViewer
           
 class MemoryViewerPanel
           
 

Uses of SimulatorCallback in byucc.jhdl.apps.Viewers.Schematic
 

Classes in byucc.jhdl.apps.Viewers.Schematic that implement SimulatorCallback
 class SchematicCanvas
          This class is a custom Panel for displaying JHDL schematics.
 

Uses of SimulatorCallback in byucc.jhdl.apps.Viewers.SimControl
 

Classes in byucc.jhdl.apps.Viewers.SimControl that implement SimulatorCallback
 class SimIndicatorComponent
          The way Simulator execution occurs through the default Broker class, the CLInterpreter prompt may become active again before the Simulation is complete.
 

Uses of SimulatorCallback in byucc.jhdl.apps.Viewers.Waves
 

Classes in byucc.jhdl.apps.Viewers.Waves that implement SimulatorCallback
 class WatchInterface
          BrowserWavesNameTable.java Created: ??
 class WavesWireManager
          WavesWireManager.java This class keeps track of the wires: when wires are added or removed, etc.
 

Uses of SimulatorCallback in byucc.jhdl.base
 

Methods in byucc.jhdl.base that return SimulatorCallback
 SimulatorCallback SimulatorCallbackList.getSimulatorCallback()
          Returns the current SimulatorCallback on the list
 

Methods in byucc.jhdl.base with parameters of type SimulatorCallback
 void HWSystem.addSimulatorCallback(SimulatorCallback sc)
          Adds a SimulatorCallback to the circuit.
 void HWSystem.removeSimulatorCallback(SimulatorCallback sc)
          Adds a SimulatorCallback to the circuit.
 void Node.addSimulatorCallback(SimulatorCallback sc)
          This method will add the specified SimulatorCallback to the HWSystem.
 void Node.removeSimulatorCallback(SimulatorCallback sc)
           
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.