public class SEESPdu extends DistributedEmissionsFamilyPdu implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected short |
acousticSignatureRepresentationIndex
acoustic Signature representation index
|
protected short |
infraredSignatureRepresentationIndex
IR Signature representation index
|
protected short |
numberOfPropulsionSystems
how many propulsion systems
|
protected short |
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 short |
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 |
short |
getAcousticSignatureRepresentationIndex()
Getter for
acousticSignatureRepresentationIndex |
short |
getInfraredSignatureRepresentationIndex()
Getter for
infraredSignatureRepresentationIndex |
int |
getMarshalledSize()
Returns the size of this serialized object in bytes
|
EntityID |
getOrginatingEntityID()
Getter for
orginatingEntityID |
java.util.List<PropulsionSystemData> |
getPropulsionSystemData()
Getter for
propulsionSystemData |
short |
getRadarCrossSectionSignatureRepresentationIndex()
|
java.util.List<VectoringNozzleSystem> |
getVectoringSystemData()
Getter for
vectoringSystemData |
void |
marshal(java.nio.ByteBuffer buff)
Packs an object into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos)
Serializes an object to a DataOutputStream.
|
SEESPdu |
setAcousticSignatureRepresentationIndex(short pAcousticSignatureRepresentationIndex)
Setter for
acousticSignatureRepresentationIndex |
SEESPdu |
setInfraredSignatureRepresentationIndex(short pInfraredSignatureRepresentationIndex)
Setter for
infraredSignatureRepresentationIndex |
SEESPdu |
setOrginatingEntityID(EntityID pOrginatingEntityID)
Setter for
orginatingEntityID |
SEESPdu |
setPropulsionSystemData(java.util.List<PropulsionSystemData> pPropulsionSystemData)
Setter for
propulsionSystemData |
SEESPdu |
setRadarCrossSectionSignatureRepresentationIndex(short pRadarCrossSectionSignatureRepresentationIndex)
|
SEESPdu |
setVectoringSystemData(java.util.List<VectoringNozzleSystem> pVectoringSystemData)
Setter for
vectoringSystemData |
int |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
int |
unmarshal(java.io.DataInputStream dis)
Unserializes an object from a DataInputStream.
|
getPadding, getPduStatus, setPadding, setPduStatus
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
protected EntityID orginatingEntityID
protected short infraredSignatureRepresentationIndex
protected short acousticSignatureRepresentationIndex
protected short radarCrossSectionSignatureRepresentationIndex
protected short numberOfPropulsionSystems
protected short numberOfVectoringNozzleSystems
protected java.util.List<PropulsionSystemData> propulsionSystemData
protected java.util.List<VectoringNozzleSystem> vectoringSystemData
public int getMarshalledSize()
getMarshalledSize
in class DistributedEmissionsFamilyPdu
public SEESPdu setOrginatingEntityID(EntityID pOrginatingEntityID)
orginatingEntityID
public EntityID getOrginatingEntityID()
orginatingEntityID
public SEESPdu setInfraredSignatureRepresentationIndex(short pInfraredSignatureRepresentationIndex)
infraredSignatureRepresentationIndex
public short getInfraredSignatureRepresentationIndex()
infraredSignatureRepresentationIndex
public SEESPdu setAcousticSignatureRepresentationIndex(short pAcousticSignatureRepresentationIndex)
acousticSignatureRepresentationIndex
public short getAcousticSignatureRepresentationIndex()
acousticSignatureRepresentationIndex
public SEESPdu setRadarCrossSectionSignatureRepresentationIndex(short pRadarCrossSectionSignatureRepresentationIndex)
public short getRadarCrossSectionSignatureRepresentationIndex()
public SEESPdu setPropulsionSystemData(java.util.List<PropulsionSystemData> pPropulsionSystemData)
propulsionSystemData
public java.util.List<PropulsionSystemData> getPropulsionSystemData()
propulsionSystemData
public SEESPdu setVectoringSystemData(java.util.List<VectoringNozzleSystem> pVectoringSystemData)
vectoringSystemData
public java.util.List<VectoringNozzleSystem> getVectoringSystemData()
vectoringSystemData
public void marshal(java.io.DataOutputStream dos)
marshal
in class DistributedEmissionsFamilyPdu
dos
- The DataOutputStreamDataOutputStream
public int unmarshal(java.io.DataInputStream dis)
unmarshal
in class DistributedEmissionsFamilyPdu
dis
- The DataInputStreamDataInputStream
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
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 onlyjava.lang.Exception
- ByteBuffer-generated exceptionByteBuffer
public int unmarshal(java.nio.ByteBuffer buff) throws java.lang.Exception
unmarshal
in class DistributedEmissionsFamilyPdu
buff
- The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException
- if buff is too smalljava.lang.Exception
- ByteBuffer-generated exceptionByteBuffer
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