public class FalseTargetsAttribute
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected short |
beamNumber |
protected float |
echoSpacing |
protected short |
emitterNumber |
protected int |
falseTargetCount |
protected float |
keepTime |
protected float |
maximumWalkDistance |
protected int |
padding |
protected short |
padding2 |
protected int |
recordLength |
protected long |
recordType |
protected short |
stateIndicator |
protected float |
walkAcceleration |
protected float |
walkSpeed |
Constructor and Description |
---|
FalseTargetsAttribute()
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 |
short |
getBeamNumber() |
float |
getEchoSpacing() |
short |
getEmitterNumber() |
int |
getFalseTargetCount() |
float |
getKeepTime() |
int |
getMarshalledSize() |
float |
getMaximumWalkDistance() |
int |
getPadding() |
short |
getPadding2() |
int |
getRecordLength() |
long |
getRecordType() |
short |
getStateIndicator() |
float |
getWalkAcceleration() |
float |
getWalkSpeed() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setBeamNumber(short pBeamNumber) |
void |
setEchoSpacing(float pEchoSpacing) |
void |
setEmitterNumber(short pEmitterNumber) |
void |
setFalseTargetCount(int pFalseTargetCount) |
void |
setKeepTime(float pKeepTime) |
void |
setMaximumWalkDistance(float pMaximumWalkDistance) |
void |
setPadding(int pPadding) |
void |
setPadding2(short pPadding2) |
void |
setRecordLength(int pRecordLength) |
void |
setRecordType(long pRecordType) |
void |
setStateIndicator(short pStateIndicator) |
void |
setWalkAcceleration(float pWalkAcceleration) |
void |
setWalkSpeed(float pWalkSpeed) |
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 int falseTargetCount
protected float walkSpeed
protected float walkAcceleration
protected float maximumWalkDistance
protected float keepTime
protected float echoSpacing
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 setFalseTargetCount(int pFalseTargetCount)
public int getFalseTargetCount()
public void setWalkSpeed(float pWalkSpeed)
public float getWalkSpeed()
public void setWalkAcceleration(float pWalkAcceleration)
public float getWalkAcceleration()
public void setMaximumWalkDistance(float pMaximumWalkDistance)
public float getMaximumWalkDistance()
public void setKeepTime(float pKeepTime)
public float getKeepTime()
public void setEchoSpacing(float pEchoSpacing)
public float getEchoSpacing()
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