Uses of Class
jist.swans.radio.RadioNoise

Packages that use RadioNoise
driver SWANS demo, benchmark and test simulation programs. 
jist.swans.radio Radio entity of SWANS simulator and related classes. 
 

Uses of RadioNoise in driver
 

Methods in driver that return RadioNoise
static RadioNoise ip.createRadio(int type, int i, RadioInfo.RadioInfoShared radioInfoShared)
           
 

Methods in driver with parameters of type RadioNoise
static NetInterface ip.createNode(Field field, int i, Location location, RadioNoise radio, NetAddress addr, NetInterface.NetHandler nethandler)
           
 

Uses of RadioNoise in jist.swans.radio
 

Subclasses of RadioNoise in jist.swans.radio
 class RadioNoiseAdditive
          RadioNoiseAdditive implements a radio with an additive noise model.
 class RadioNoiseIndep
          RadioNoiseIndep implements a radio with an independent noise model.