com.isti.jevalresp
Class RespFileParser.RespListItem

java.lang.Object
  extended by com.isti.jevalresp.RespFileParser.RespListItem
Enclosing class:
RespFileParser

 class RespFileParser.RespListItem
extends java.lang.Object

Class RespListItem holds a set of frequency, amplitude and phase values, as found in the Response List Blockette.


Field Summary
 float amp
           
 float ampError
           
 float freq
           
 float phase
           
 float phaseError
           
 
Constructor Summary
RespFileParser.RespListItem(float freq, float amp, float ampError, float phase, float phaseError)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

freq

public final float freq

amp

public final float amp

ampError

public final float ampError

phase

public final float phase

phaseError

public final float phaseError
Constructor Detail

RespFileParser.RespListItem

public RespFileParser.RespListItem(float freq,
                                   float amp,
                                   float ampError,
                                   float phase,
                                   float phaseError)