avrora.sim.radio
Class RadioEnergy

java.lang.Object
  extended byavrora.sim.radio.RadioEnergy

public abstract class RadioEnergy
extends java.lang.Object

Constants for CC1000 radio energy consumption


Field Summary
static double[] modeAmphere
          modeAmphere power consumpption of the operating modes
static java.lang.String[] modeName
          modeName names of the opetating modes
static int startMode
          startMode the default operating mode after turning on / reset
 
Constructor Summary
RadioEnergy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startMode

public static final int startMode
startMode the default operating mode after turning on / reset

See Also:
Constant Field Values

modeName

public static final java.lang.String[] modeName
modeName names of the opetating modes


modeAmphere

public static final double[] modeAmphere
modeAmphere power consumpption of the operating modes

Constructor Detail

RadioEnergy

public RadioEnergy()