com.isti.jevalresp
Class RespFileParser.RespListItem
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RespFileParser.RespListItem
public RespFileParser.RespListItem(float freq,
float amp,
float ampError,
float phase,
float phaseError)