Uses of Class
edu.cmu.emulator.controlComm.CommSender

Packages that use CommSender
edu.cmu.emulator Contains the main classes required by the Emulator. 
edu.cmu.emulator.signal The emulator's virtualized signal propagation environment. 
 

Uses of CommSender in edu.cmu.emulator
 

Fields in edu.cmu.emulator declared as CommSender
protected  CommSender Emulator.commSender
           
protected  CommSender ConfigValidator.commSender
           
 

Methods in edu.cmu.emulator that return CommSender
 CommSender Emulator.getCommSender()
          Part of EmuControlInterface Implementation.
 

Methods in edu.cmu.emulator with parameters of type CommSender
 void ConfigValidator.validateChecksum(CommSender commSender, CommReceiver commReceiver)
           
 

Uses of CommSender in edu.cmu.emulator.signal
 

Fields in edu.cmu.emulator.signal declared as CommSender
protected  CommSender SignalEnvironment.commSender
           
protected  CommSender PathBasedFadingController.commSender
           
 

Methods in edu.cmu.emulator.signal with parameters of type CommSender
 void SignalEnvironment.setCommSender(CommSender commSender)
           
 

Constructors in edu.cmu.emulator.signal with parameters of type CommSender
PathBasedFadingController(PathBasedDSPConfiguration pbDSPConfig, EmuHWConfiguration emuHWConfig, Channel[][] channels, RWLock channelsLock, CommSender commSender)
           
 



Copyright © 2013. All Rights Reserved.