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()
Getter for
effectiveRadiatedPower |
float |
getFrequency()
Getter for
frequency |
float |
getFrequencyRange()
Getter for
frequencyRange |
int |
getMarshalledSize()
Returns the size of this serialized object in bytes
|
float |
getPulseRepetitionFrequency()
Getter for
pulseRepetitionFrequency |
float |
getPulseWidth()
Getter for
pulseWidth |
void |
marshal(java.nio.ByteBuffer buff)
Packs an object into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos)
Serializes an object to a DataOutputStream.
|
EEFundamentalParameterData |
setEffectiveRadiatedPower(float pEffectiveRadiatedPower)
Setter for
effectiveRadiatedPower |
EEFundamentalParameterData |
setFrequency(float pFrequency)
Setter for
frequency |
EEFundamentalParameterData |
setFrequencyRange(float pFrequencyRange)
Setter for
frequencyRange |
EEFundamentalParameterData |
setPulseRepetitionFrequency(float pPulseRepetitionFrequency)
Setter for
pulseRepetitionFrequency |
EEFundamentalParameterData |
setPulseWidth(float pPulseWidth)
Setter for
pulseWidth |
int |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
int |
unmarshal(java.io.DataInputStream dis)
Unserializes an object from a DataInputStream.
|
protected float frequency
protected float frequencyRange
protected float effectiveRadiatedPower
protected float pulseRepetitionFrequency
protected float pulseWidth
public int getMarshalledSize()
public EEFundamentalParameterData setFrequency(float pFrequency)
frequency
public float getFrequency()
frequency
public EEFundamentalParameterData setFrequencyRange(float pFrequencyRange)
frequencyRange
public float getFrequencyRange()
frequencyRange
public EEFundamentalParameterData setEffectiveRadiatedPower(float pEffectiveRadiatedPower)
effectiveRadiatedPower
public float getEffectiveRadiatedPower()
effectiveRadiatedPower
public EEFundamentalParameterData setPulseRepetitionFrequency(float pPulseRepetitionFrequency)
pulseRepetitionFrequency
public float getPulseRepetitionFrequency()
pulseRepetitionFrequency
public EEFundamentalParameterData setPulseWidth(float pPulseWidth)
pulseWidth
public float getPulseWidth()
pulseWidth
public void marshal(java.io.DataOutputStream dos)
dos
- The DataOutputStreamDataOutputStream
public int unmarshal(java.io.DataInputStream dis)
dis
- The DataInputStreamDataInputStream
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
buff
- The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException
- if buff is too smalljava.nio.ReadOnlyBufferException
- if buff is read onlyjava.lang.Exception
- ByteBuffer-generated exceptionByteBuffer
public int unmarshal(java.nio.ByteBuffer buff) throws java.lang.Exception
buff
- The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException
- if buff is too smalljava.lang.Exception
- ByteBuffer-generated exceptionByteBuffer
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