|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EmuHWConfiguration | |
|---|---|
| edu.cmu.emulator | Contains the main classes required by the Emulator. |
| edu.cmu.emulator.dsp | Stores DSP configuration information. |
| 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.hw | Hardware configuration information. |
| edu.cmu.emulator.signal | The emulator's virtualized signal propagation environment. |
| Uses of EmuHWConfiguration in edu.cmu.emulator |
|---|
| Fields in edu.cmu.emulator declared as EmuHWConfiguration | |
|---|---|
private EmuHWConfiguration |
ConfigFileParser.emuHWConfig
|
protected EmuHWConfiguration |
Emulator.emuHWConfiguration
|
| Methods in edu.cmu.emulator that return EmuHWConfiguration | |
|---|---|
EmuHWConfiguration |
Emulator.getHWConfig()
|
| Constructors in edu.cmu.emulator with parameters of type EmuHWConfiguration | |
|---|---|
ConfigFileParser(String inputFile,
String pid,
String eid,
EmuHWConfiguration emuHWConfig)
Constructor. |
|
PathInterpreter(String expConfig,
String pid,
String eid,
EmuHWConfiguration hwConfig)
|
|
| Uses of EmuHWConfiguration in edu.cmu.emulator.dsp |
|---|
| Methods in edu.cmu.emulator.dsp with parameters of type EmuHWConfiguration | |
|---|---|
protected static void |
PathBasedDSPConfiguration.checkPort(int portID,
EmuHWConfiguration emuHWConfig)
|
protected static Channel |
PathBasedDSPConfiguration.createDefaultChannel(int sPortIndex,
int dPortIndex,
boolean[][] channelDefined,
EmuHWConfiguration emuHWConfig)
|
protected static Channel |
PathBasedDSPConfiguration.createDefaultMultChannel(int sPortIndex,
int dPortIndex,
boolean[][] channelDefined,
EmuHWConfiguration emuHWConfig)
|
static DSPConfiguration |
DSPConfiguration.parse(Element dspConfigElement,
EmuHWConfiguration emuHWConfig,
Element channelDefElementDefault,
String[] nodeUNames)
|
protected static Channel |
PathBasedDSPConfiguration.parseChannel(Element channelDefElement,
boolean[][] channelDefined,
EmuHWConfiguration emuHWConfig)
|
protected static Channel |
PathBasedDSPConfiguration.parseChannel(Element channelDefElement,
int srcPortID,
int destPortID,
boolean[][] channelDefined,
EmuHWConfiguration emuHWConfig)
|
protected static Channel |
PathBasedDSPConfiguration.parseChannelFromDef(Element channelElement,
String channelDefName,
boolean[][] channelDefined,
EmuHWConfiguration emuHWConfig)
|
static PathBasedDSPConfiguration |
PathBasedDSPConfiguration.parseSubClass(Element dspConfigElement,
EmuHWConfiguration emuHWConfig,
Element channelDefElementDefault,
String[] nodesUNames)
|
| Uses of EmuHWConfiguration in edu.cmu.emulator.gen |
|---|
| Fields in edu.cmu.emulator.gen declared as EmuHWConfiguration | |
|---|---|
protected EmuHWConfiguration |
PathBasedEmuDef.hwConfig
|
| Uses of EmuHWConfiguration in edu.cmu.emulator.genIQ |
|---|
| Fields in edu.cmu.emulator.genIQ declared as EmuHWConfiguration | |
|---|---|
protected EmuHWConfiguration |
PathBasedEmuDef.hwConfig
|
| Uses of EmuHWConfiguration in edu.cmu.emulator.hw |
|---|
| Methods in edu.cmu.emulator.hw that return EmuHWConfiguration | |
|---|---|
static EmuHWConfiguration |
EmuHWConfiguration.parse(Element hwDefElement)
|
static EmuHWConfiguration |
EmuHWConfiguration.parse(String hwConfigFile)
|
| Uses of EmuHWConfiguration in edu.cmu.emulator.signal |
|---|
| Fields in edu.cmu.emulator.signal declared as EmuHWConfiguration | |
|---|---|
protected EmuHWConfiguration |
SignalEnvironment.emuHWConfig
|
protected EmuHWConfiguration |
ManualPathController.emuHWConfig
|
protected EmuHWConfiguration |
PathBasedFadingController.emuHWConfig
|
| Constructors in edu.cmu.emulator.signal with parameters of type EmuHWConfiguration | |
|---|---|
PathBasedFadingController(PathBasedDSPConfiguration pbDSPConfig,
EmuHWConfiguration emuHWConfig,
Channel[][] channels,
RWLock channelsLock,
CommSender commSender)
|
|
SignalEnvironment(DSPConfiguration dspConfig,
EmuHWConfiguration emuHWConfig,
Antenna[] antennas)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||