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<VectoringNozzleSystem> |
vectoringSystemData
variable length list of vectoring system data
|
exerciseID, length, 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<VectoringNozzleSystem> |
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<VectoringNozzleSystem> pVectoringSystemData) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
getPadding, getPduStatus, marshal, setPadding, setPduStatusgetExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestampprotected 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<VectoringNozzleSystem> vectoringSystemData
public int getMarshalledSize()
getMarshalledSize in class DistributedEmissionsFamilyPdupublic 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<VectoringNozzleSystem> pVectoringSystemData)
public java.util.List<VectoringNozzleSystem> getVectoringSystemData()
public void marshal(java.io.DataOutputStream dos)
marshal in class DistributedEmissionsFamilyPdupublic void unmarshal(java.io.DataInputStream dis)
unmarshal in class DistributedEmissionsFamilyPdupublic void marshal(java.nio.ByteBuffer buff)
marshal in class DistributedEmissionsFamilyPdubuff - The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException - if buff is too smalljava.nio.ReadOnlyBufferException - if buff is read onlyByteBufferpublic void unmarshal(java.nio.ByteBuffer buff)
unmarshal in class DistributedEmissionsFamilyPdubuff - The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException - if buff is too smallByteBufferpublic boolean equals(java.lang.Object obj)
equals in class DistributedEmissionsFamilyPdupublic boolean equalsImpl(java.lang.Object obj)
PduSuperclassthis and the supplied objectequalsImpl in class DistributedEmissionsFamilyPduobj - the object to compare to