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[] modeAmpere
          modeAmpere power consumption of the operating modes
static java.lang.String[] modeName
          modeName names of the operating modes
static int startMode
          startMode the default operating mode after turning on / reset
 
Constructor Summary
RadioEnergy()
           
 
Method Summary
static java.lang.String[] allModeNames()
           
 
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 operating modes


modeAmpere

public static final double[] modeAmpere
modeAmpere power consumption of the operating modes

Constructor Detail

RadioEnergy

public RadioEnergy()
Method Detail

allModeNames

public static java.lang.String[] allModeNames()