public class EEFundamentalParameterData
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected float |
effectiveRadiatedPower
Effective radiated power for the emission in DdBm.
|
protected float |
frequency
center frequency of the emission in hertz.
|
protected float |
frequencyRange
Bandwidth of the frequencies corresponding to the fequency field.
|
protected float |
pulseRepetitionFrequency
Average repetition frequency of the emission in hertz.
|
protected float |
pulseWidth
Average pulse width of the emission in microseconds.
|
Constructor and Description |
---|
EEFundamentalParameterData()
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsImpl(java.lang.Object obj)
Compare all fields that contribute to the state, ignoring
transient and static fields, for
this and the supplied object |
float |
getEffectiveRadiatedPower() |
float |
getFrequency() |
float |
getFrequencyRange() |
int |
getMarshalledSize() |
float |
getPulseRepetitionFrequency() |
float |
getPulseWidth() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setEffectiveRadiatedPower(float pEffectiveRadiatedPower) |
void |
setFrequency(float pFrequency) |
void |
setFrequencyRange(float pFrequencyRange) |
void |
setPulseRepetitionFrequency(float pPulseRepetitionFrequency) |
void |
setPulseWidth(float pPulseWidth) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
protected float frequency
protected float frequencyRange
protected float effectiveRadiatedPower
protected float pulseRepetitionFrequency
protected float pulseWidth
public int getMarshalledSize()
public void setFrequency(float pFrequency)
public float getFrequency()
public void setFrequencyRange(float pFrequencyRange)
public float getFrequencyRange()
public void setEffectiveRadiatedPower(float pEffectiveRadiatedPower)
public float getEffectiveRadiatedPower()
public void setPulseRepetitionFrequency(float pPulseRepetitionFrequency)
public float getPulseRepetitionFrequency()
public void setPulseWidth(float pPulseWidth)
public float getPulseWidth()
public void marshal(java.io.DataOutputStream dos)
public void unmarshal(java.io.DataInputStream dis)
public void marshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException
- if buff is too smalljava.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException
- if buff is too smallByteBuffer
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equalsImpl(java.lang.Object obj)
this
and the supplied objectobj
- the object to compare to