Uses of Class
edu.cmu.emulator.world.EmuNIC

Packages that use EmuNIC
edu.cmu.emulator.world Implements the emulator's virtual physical environment. 
 

Uses of EmuNIC in edu.cmu.emulator.world
 

Fields in edu.cmu.emulator.world declared as EmuNIC
protected  EmuNIC Antenna.emuNIC
           
protected  EmuNIC[] EmuNode.nics
           
 

Methods in edu.cmu.emulator.world that return EmuNIC
 EmuNIC Antenna.getNIC()
          Returns the NIC object to which the antenna is attached.
 EmuNIC EmuNode.getNIC(int index)
           
 EmuNIC[] EmuNode.getNICs()
           
private  EmuNIC[] NodeDefParser.parseNICDef(EmuNode emuNode, Element node)
           
 

Methods in edu.cmu.emulator.world with parameters of type EmuNIC
private  Antenna[] NodeDefParser.parseAntennaDef(EmuNIC emuNIC, Element nic)
           
 void EmuNode.setNICs(EmuNIC[] nics)
           
 

Constructors in edu.cmu.emulator.world with parameters of type EmuNIC
Antenna(EmuNIC emuNIC, int hardwareTransmitPower, int emuPortID, int antennaIndex, int elementN)
          Constructor
IsotropicAntenna(EmuNIC emuNIC, int hwXmitPower, int emuPortID, int antennaIndex, int elementN)
           
SectionalAntenna(EmuNIC emuNIC, int hwXmitPower, int emuPortID, int antennaIndex, int elementN)
           
YagiAntenna(EmuNIC emuNIC, int hwXmitPower, int emuPortID, int antennaIndex, int elementN)
           
 



Copyright © 2013. All Rights Reserved.