|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.nps.moves.dis7mobile.FalseTargetsAttribute
public class FalseTargetsAttribute
The False Targets attribute record shall be used to communicate discrete values that are associated with false targets jamming that cannot be referenced to an emitter mode. The values provided in the False Targets attri- bute record shall be considered valid only for the victim radar beams listed in the jamming beam's Track/Jam Data records (provided in the associated Electromagnetic Emission PDU). Section 6.2.12.3 Copyright (c) 2008-2010, MOVES Institute, Naval Postgraduate School. All rights reserved. This work is licensed under the BSD open source license, available at https://www.movesinstitute.org/licenses/bsd.html
Field Summary | |
---|---|
protected short |
beamNumber
|
protected float |
echoSpacing
|
protected short |
emitterNumber
|
protected float |
falseTargetCount
|
protected float |
keepTime
|
protected float |
maximumWalkDistance
|
protected int |
padding
|
protected short |
padding2
|
protected long |
padding3
|
protected int |
recordLength
|
protected long |
recordType
|
protected short |
stateIndicator
|
protected float |
walkAcceleration
|
protected float |
walkSpeed
|
Constructor Summary | |
---|---|
FalseTargetsAttribute()
Constructor |
Method Summary | |
---|---|
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()
|
float |
getFalseTargetCount()
|
float |
getKeepTime()
|
int |
getMarshalledSize()
|
float |
getMaximumWalkDistance()
|
int |
getPadding()
|
short |
getPadding2()
|
long |
getPadding3()
|
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(float pFalseTargetCount)
|
void |
setKeepTime(float pKeepTime)
|
void |
setMaximumWalkDistance(float pMaximumWalkDistance)
|
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 |
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)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long recordType
protected int recordLength
protected int padding
protected short emitterNumber
protected short beamNumber
protected short stateIndicator
protected short padding2
protected float falseTargetCount
protected float walkSpeed
protected float walkAcceleration
protected float maximumWalkDistance
protected float keepTime
protected float echoSpacing
protected long padding3
Constructor Detail |
---|
public FalseTargetsAttribute()
Method Detail |
---|
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(float pFalseTargetCount)
public float 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 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 writing
java.nio.BufferOverflowException
- if buff is too small
java.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
buff
- The ByteBuffer at the position to begin reading
java.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 object
obj
- the object to compare to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |