edu.cmu.emulator.hw
Class RFFrontEndConfiguration

java.lang.Object
  extended by edu.cmu.emulator.hw.RFFrontEndConfiguration

public class RFFrontEndConfiguration
extends Object


Field Summary
protected  double downLoss
           
protected  String id
           
protected  double upLoss
           
 
Constructor Summary
RFFrontEndConfiguration(String id, double upLoss, double downLoss)
           
 
Method Summary
 double getDownLoss()
           
 String getID()
           
 double getUpLoss()
           
static RFFrontEndConfiguration parse(Element portDefElement)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

upLoss

protected double upLoss

downLoss

protected double downLoss
Constructor Detail

RFFrontEndConfiguration

public RFFrontEndConfiguration(String id,
                               double upLoss,
                               double downLoss)
Method Detail

getID

public String getID()

getUpLoss

public double getUpLoss()

getDownLoss

public double getDownLoss()

parse

public static RFFrontEndConfiguration parse(Element portDefElement)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.