public class AngleDeception
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected float |
azimuthOffset |
protected float |
azimuthPullAcceleration |
protected float |
azimuthPullRate |
protected float |
azimuthWidth |
protected short |
beamNumber |
protected float |
elevationOffset |
protected float |
elevationPullAcceleration |
protected float |
elevationPullRate |
protected float |
elevationWidth |
protected short |
emitterNumber |
protected int |
padding |
protected short |
padding2 |
protected long |
padding3 |
protected int |
recordLength |
protected long |
recordType |
protected short |
stateIndicator |
Constructor and Description |
---|
AngleDeception()
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 |
getAzimuthOffset() |
float |
getAzimuthPullAcceleration() |
float |
getAzimuthPullRate() |
float |
getAzimuthWidth() |
short |
getBeamNumber() |
float |
getElevationOffset() |
float |
getElevationPullAcceleration() |
float |
getElevationPullRate() |
float |
getElevationWidth() |
short |
getEmitterNumber() |
int |
getMarshalledSize() |
int |
getPadding() |
short |
getPadding2() |
long |
getPadding3() |
int |
getRecordLength() |
long |
getRecordType() |
short |
getStateIndicator() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setAzimuthOffset(float pAzimuthOffset) |
void |
setAzimuthPullAcceleration(float pAzimuthPullAcceleration) |
void |
setAzimuthPullRate(float pAzimuthPullRate) |
void |
setAzimuthWidth(float pAzimuthWidth) |
void |
setBeamNumber(short pBeamNumber) |
void |
setElevationOffset(float pElevationOffset) |
void |
setElevationPullAcceleration(float pElevationPullAcceleration) |
void |
setElevationPullRate(float pElevationPullRate) |
void |
setElevationWidth(float pElevationWidth) |
void |
setEmitterNumber(short pEmitterNumber) |
void |
setPadding(int pPadding) |
void |
setPadding2(short pPadding2) |
void |
setPadding3(long pPadding3) |
void |
setRecordLength(int pRecordLength) |
void |
setRecordType(long pRecordType) |
void |
setStateIndicator(short pStateIndicator) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
protected long recordType
protected int recordLength
protected int padding
protected short emitterNumber
protected short beamNumber
protected short stateIndicator
protected short padding2
protected float azimuthOffset
protected float azimuthWidth
protected float azimuthPullRate
protected float azimuthPullAcceleration
protected float elevationOffset
protected float elevationWidth
protected float elevationPullRate
protected float elevationPullAcceleration
protected long padding3
public int getMarshalledSize()
public void setRecordType(long pRecordType)
public long getRecordType()
public void setRecordLength(int pRecordLength)
public int getRecordLength()
public void setPadding(int pPadding)
public int getPadding()
public void setEmitterNumber(short pEmitterNumber)
public short getEmitterNumber()
public void setBeamNumber(short pBeamNumber)
public short getBeamNumber()
public void setStateIndicator(short pStateIndicator)
public short getStateIndicator()
public void setPadding2(short pPadding2)
public short getPadding2()
public void setAzimuthOffset(float pAzimuthOffset)
public float getAzimuthOffset()
public void setAzimuthWidth(float pAzimuthWidth)
public float getAzimuthWidth()
public void setAzimuthPullRate(float pAzimuthPullRate)
public float getAzimuthPullRate()
public void setAzimuthPullAcceleration(float pAzimuthPullAcceleration)
public float getAzimuthPullAcceleration()
public void setElevationOffset(float pElevationOffset)
public float getElevationOffset()
public void setElevationWidth(float pElevationWidth)
public float getElevationWidth()
public void setElevationPullRate(float pElevationPullRate)
public float getElevationPullRate()
public void setElevationPullAcceleration(float pElevationPullAcceleration)
public float getElevationPullAcceleration()
public void setPadding3(long pPadding3)
public long getPadding3()
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