public class SeesPdu extends DistributedEmissionsFamilyPdu implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
acousticSignatureRepresentationIndex
acoustic Signature representation index
|
protected int |
infraredSignatureRepresentationIndex
IR Signature representation index
|
protected int |
numberOfPropulsionSystems
how many propulsion systems
|
protected int |
numberOfVectoringNozzleSystems
how many vectoring nozzle systems
|
protected EntityID |
orginatingEntityID
Originating entity ID
|
protected java.util.List<PropulsionSystemData> |
propulsionSystemData
variable length list of propulsion system data
|
protected int |
radarCrossSectionSignatureRepresentationIndex
radar cross section representation index
|
protected java.util.List<VectoringNozzleSystemData> |
vectoringSystemData
variable length list of vectoring system data
|
exerciseID, padding, pduLength, pduType, protocolFamily, protocolVersion, timestamp
Constructor and Description |
---|
SeesPdu()
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 |
int |
getAcousticSignatureRepresentationIndex() |
int |
getInfraredSignatureRepresentationIndex() |
int |
getMarshalledSize() |
int |
getNumberOfPropulsionSystems() |
int |
getNumberOfVectoringNozzleSystems() |
EntityID |
getOrginatingEntityID() |
java.util.List<PropulsionSystemData> |
getPropulsionSystemData() |
int |
getRadarCrossSectionSignatureRepresentationIndex() |
java.util.List<VectoringNozzleSystemData> |
getVectoringSystemData() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setAcousticSignatureRepresentationIndex(int pAcousticSignatureRepresentationIndex) |
void |
setInfraredSignatureRepresentationIndex(int pInfraredSignatureRepresentationIndex) |
void |
setNumberOfPropulsionSystems(int pNumberOfPropulsionSystems)
Note that setting this value will not change the marshalled value.
|
void |
setNumberOfVectoringNozzleSystems(int pNumberOfVectoringNozzleSystems)
Note that setting this value will not change the marshalled value.
|
void |
setOrginatingEntityID(EntityID pOrginatingEntityID) |
void |
setPropulsionSystemData(java.util.List<PropulsionSystemData> pPropulsionSystemData) |
void |
setRadarCrossSectionSignatureRepresentationIndex(int pRadarCrossSectionSignatureRepresentationIndex) |
void |
setVectoringSystemData(java.util.List<VectoringNozzleSystemData> pVectoringSystemData) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
getExerciseID, getLength, getPadding, getPduLength, getPduType, getPduTypeEnum, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, marshalWithDisAbsoluteTimestamp, marshalWithDisAbsoluteTimestamp, marshalWithDisRelativeTimestamp, marshalWithDisRelativeTimestamp, marshalWithNpsTimestamp, marshalWithNpsTimestamp, marshalWithUnixTimestamp, marshalWithUnixTimestamp, readUnsignedInt, readUnsignedInt, setExerciseID, setPadding, setPduLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
protected EntityID orginatingEntityID
protected int infraredSignatureRepresentationIndex
protected int acousticSignatureRepresentationIndex
protected int radarCrossSectionSignatureRepresentationIndex
protected int numberOfPropulsionSystems
protected int numberOfVectoringNozzleSystems
protected java.util.List<PropulsionSystemData> propulsionSystemData
protected java.util.List<VectoringNozzleSystemData> vectoringSystemData
public int getMarshalledSize()
getMarshalledSize
in class DistributedEmissionsFamilyPdu
public void setOrginatingEntityID(EntityID pOrginatingEntityID)
public EntityID getOrginatingEntityID()
public void setInfraredSignatureRepresentationIndex(int pInfraredSignatureRepresentationIndex)
public int getInfraredSignatureRepresentationIndex()
public void setAcousticSignatureRepresentationIndex(int pAcousticSignatureRepresentationIndex)
public int getAcousticSignatureRepresentationIndex()
public void setRadarCrossSectionSignatureRepresentationIndex(int pRadarCrossSectionSignatureRepresentationIndex)
public int getRadarCrossSectionSignatureRepresentationIndex()
public int getNumberOfPropulsionSystems()
public void setNumberOfPropulsionSystems(int pNumberOfPropulsionSystems)
public int getNumberOfVectoringNozzleSystems()
public void setNumberOfVectoringNozzleSystems(int pNumberOfVectoringNozzleSystems)
public void setPropulsionSystemData(java.util.List<PropulsionSystemData> pPropulsionSystemData)
public java.util.List<PropulsionSystemData> getPropulsionSystemData()
public void setVectoringSystemData(java.util.List<VectoringNozzleSystemData> pVectoringSystemData)
public java.util.List<VectoringNozzleSystemData> getVectoringSystemData()
public void marshal(java.io.DataOutputStream dos)
marshal
in class DistributedEmissionsFamilyPdu
public void unmarshal(java.io.DataInputStream dis)
unmarshal
in class DistributedEmissionsFamilyPdu
public void marshal(java.nio.ByteBuffer buff)
marshal
in class DistributedEmissionsFamilyPdu
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)
unmarshal
in class DistributedEmissionsFamilyPdu
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 DistributedEmissionsFamilyPdu
public boolean equalsImpl(java.lang.Object obj)
Pdu
this
and the supplied objectequalsImpl
in class DistributedEmissionsFamilyPdu
obj
- the object to compare to