Uses of Class
edu.cmu.emulator.Emulator

Packages that use Emulator
edu.cmu.emulator Contains the main classes required by the Emulator. 
edu.cmu.emulator.appServer   
edu.cmu.emulator.gen Generates verilog code for implementing the DSP based on the parameters from the XML configuration file. 
edu.cmu.emulator.genIQ Generates verilog code for implementing the DSP based on the parameters from the XML configuration file. 
edu.cmu.emulator.signal The emulator's virtualized signal propagation environment. 
edu.cmu.emulator.vis The emulator visualizer. 
edu.cmu.emulator.world Implements the emulator's virtual physical environment. 
 

Uses of Emulator in edu.cmu.emulator
 

Fields in edu.cmu.emulator declared as Emulator
protected  Emulator SimpleUserClass.emulator
           
protected  Emulator EmuClassRunner.emulator
           
(package private)  Emulator EmuClassLoader.emulator
           
 

Methods in edu.cmu.emulator with parameters of type Emulator
 void EmulatorUserClass.start(Emulator emulator, String[] args)
          This is the method that gets called by the classloader after loading the user defined classes.
 void SimpleUserClass.start(Emulator emulator, String[] args)
          This is the method that gets called by the classloader after loading the user defined classes.
 void UserClassInterface.start(Emulator emulator, String[] args)
          This is the method that gets called by the classloader after loading the user defined classes.
 

Constructors in edu.cmu.emulator with parameters of type Emulator
EmuClassLoader(Emulator emulator, String[] urlList, String[] classList, String[][] argList)
          Constructor.
EmuClassRunner(Emulator emulator, String className, EmulatorUserClass emulatorUserClass, String[] argList)
           
 

Uses of Emulator in edu.cmu.emulator.appServer
 

Constructors in edu.cmu.emulator.appServer with parameters of type Emulator
GUIServerControl(Emulator emulator)
           
GUIWebRunner(Emulator emulator, String userName)
           
 

Uses of Emulator in edu.cmu.emulator.gen
 

Fields in edu.cmu.emulator.gen declared as Emulator
protected  Emulator PathBasedEmuDef.emulator
           
 

Uses of Emulator in edu.cmu.emulator.genIQ
 

Fields in edu.cmu.emulator.genIQ declared as Emulator
protected  Emulator PathBasedEmuDef.emulator
           
 

Uses of Emulator in edu.cmu.emulator.signal
 

Constructors in edu.cmu.emulator.signal with parameters of type Emulator
ManualPathController(Emulator emulator)
           
 

Uses of Emulator in edu.cmu.emulator.vis
 

Fields in edu.cmu.emulator.vis declared as Emulator
private  Emulator WorldView.emulator
           
 

Methods in edu.cmu.emulator.vis with parameters of type Emulator
private  void WorldViewer.initA(Emulator emulator)
           
private  void WorldViewer.initB(Emulator emulator)
           
 void WorldViewer.start(Emulator emulator)
           
 void SigGraphViewer.start(Emulator emulator, String[] args)
           
 

Constructors in edu.cmu.emulator.vis with parameters of type Emulator
ChannelViewer(Emulator emulator)
           
WorldView(Emulator emulator)
           
WorldViewer(Emulator emulator)
           
WVControlPanel(Emulator emulator)
           
 

Uses of Emulator in edu.cmu.emulator.world
 

Fields in edu.cmu.emulator.world declared as Emulator
private  Emulator EmuWorld.emulator
           
 

Constructors in edu.cmu.emulator.world with parameters of type Emulator
EmuWorld(EmuNode[] emuNodes, Emulator emulator, WorldDef worldDef)
           
 



Copyright © 2013. All Rights Reserved.