|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DSPConfiguration | |
---|---|
edu.cmu.emulator | Contains the main classes required by the Emulator. |
edu.cmu.emulator.dsp | Stores DSP configuration information. |
edu.cmu.emulator.signal | The emulator's virtualized signal propagation environment. |
Uses of DSPConfiguration in edu.cmu.emulator |
---|
Fields in edu.cmu.emulator declared as DSPConfiguration | |
---|---|
private DSPConfiguration |
ConfigFileParser.dspConfig
|
protected DSPConfiguration |
ConfigValidator.dspConfig
|
protected DSPConfiguration |
Emulator.dspConfiguration
|
Methods in edu.cmu.emulator that return DSPConfiguration | |
---|---|
DSPConfiguration |
ConfigFileParser.getDSPConfiguration()
|
Constructors in edu.cmu.emulator with parameters of type DSPConfiguration | |
---|---|
ConfigValidator(DSPHardwareConfiguration dspHWConfig,
DSPConfiguration dspConfig)
|
Uses of DSPConfiguration in edu.cmu.emulator.dsp |
---|
Subclasses of DSPConfiguration in edu.cmu.emulator.dsp | |
---|---|
class |
PathBasedDSPConfiguration
|
Methods in edu.cmu.emulator.dsp that return DSPConfiguration | |
---|---|
static DSPConfiguration |
DSPConfiguration.parse(Element dspConfigElement,
EmuHWConfiguration emuHWConfig,
Element channelDefElementDefault,
String[] nodeUNames)
|
Uses of DSPConfiguration in edu.cmu.emulator.signal |
---|
Fields in edu.cmu.emulator.signal declared as DSPConfiguration | |
---|---|
protected DSPConfiguration |
SignalEnvironment.dspConfig
|
Methods in edu.cmu.emulator.signal that return DSPConfiguration | |
---|---|
DSPConfiguration |
SignalEnvironment.getDSPConfig()
|
Constructors in edu.cmu.emulator.signal with parameters of type DSPConfiguration | |
---|---|
SignalEnvironment(DSPConfiguration dspConfig,
EmuHWConfiguration emuHWConfig,
Antenna[] antennas)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |