Uses of Class
edu.cmu.emulator.daemon.DaemonCommunicator

Packages that use DaemonCommunicator
edu.cmu.emulator Contains the main classes required by the Emulator. 
edu.cmu.emulator.daemon Node control daemon implementation and control classes. 
edu.cmu.emulator.event A discrete event processing package. 
edu.cmu.emulator.wlandev Classes for controlling WLAN devices. 
 

Uses of DaemonCommunicator in edu.cmu.emulator
 

Fields in edu.cmu.emulator declared as DaemonCommunicator
protected  DaemonCommunicator Emulator.daemonCommunicator
           
protected  DaemonCommunicator SimpleUserClass.dComm
           
 

Methods in edu.cmu.emulator that return DaemonCommunicator
 DaemonCommunicator Emulator.getDaemonCommunicator()
           
 

Uses of DaemonCommunicator in edu.cmu.emulator.daemon
 

Fields in edu.cmu.emulator.daemon declared as DaemonCommunicator
protected  DaemonCommunicator RemoteProcess.dc
           
protected  DaemonCommunicator EmuDaemon.dc
           
 

Constructors in edu.cmu.emulator.daemon with parameters of type DaemonCommunicator
EmuDaemon(DaemonCommunicator dc)
           
RemoteProcess(DaemonCommunicator dc, ProcessID pID)
           
RemoteProcess(DaemonCommunicator dc, ProcessID pID, IORelay_ControllerElement ioRelay)
           
 

Uses of DaemonCommunicator in edu.cmu.emulator.event
 

Fields in edu.cmu.emulator.event declared as DaemonCommunicator
(package private) static DaemonCommunicator EventGlobals.dc
           
 

Methods in edu.cmu.emulator.event with parameters of type DaemonCommunicator
static void EventGlobals.setDaemonCommunicator(DaemonCommunicator newDC)
           
 

Uses of DaemonCommunicator in edu.cmu.emulator.wlandev
 

Fields in edu.cmu.emulator.wlandev declared as DaemonCommunicator
protected  DaemonCommunicator WLANDevice.dComm
          the dComm on the remote node
 

Constructors in edu.cmu.emulator.wlandev with parameters of type DaemonCommunicator
MadwifiNGDevice(EmuNode emuNode, DaemonCommunicator dComm, byte[] ip, String essid, int channel)
          Construct a MadwifiNGDevice.
MadwifiNGDevice(EmuNode emuNode, DaemonCommunicator dComm, byte[] ip, String essid, int channel, int flags)
           
WLANDevice(EmuNode emuNode, DaemonCommunicator dComm, String devName, byte[] ip, String essid, int channel)
           
WLANDevice(EmuNode emuNode, DaemonCommunicator dComm, String devName, byte[] ip, String essid, int channel, boolean useSudo)
          Construct a WLANDevice.
 



Copyright © 2013. All Rights Reserved.