edu.nps.moves.dis
Class SeesPdu

java.lang.Object
  extended by edu.nps.moves.dis.Pdu
      extended by edu.nps.moves.dis.DistributedEmissionsFamilyPdu
          extended by edu.nps.moves.dis.SeesPdu
All Implemented Interfaces:
java.io.Serializable

@Entity
public class SeesPdu
extends DistributedEmissionsFamilyPdu
implements java.io.Serializable

Section 5.3.7.5. SEES PDU, supplemental emissions entity state information. COMPLETE 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

Author:
DMcG
See Also:
Serialized Form

Field Summary
protected  int acousticSignatureRepresentationIndex
          acoustic Signature representation index
 long fk_orginatingEntityID
           
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
 
Fields inherited from class edu.nps.moves.dis.Pdu
exerciseID, padding, pduLength, pduType, protocolFamily, protocolVersion, timestamp
 
Constructor Summary
SeesPdu()
          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
 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)
           
 
Methods inherited from class edu.nps.moves.dis.Pdu
getExerciseID, getLength, getPadding, getPduLength, getPduType, getPduTypeEnum, getPk_Pdu, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, marshalWithDisAbsoluteTimestamp, marshalWithDisAbsoluteTimestamp, marshalWithDisRelativeTimestamp, marshalWithDisRelativeTimestamp, marshalWithNpsTimestamp, marshalWithNpsTimestamp, marshalWithUnixTimestamp, marshalWithUnixTimestamp, readUnsignedInt, readUnsignedInt, setExerciseID, setPadding, setPduLength, setPduType, setPk_Pdu, setProtocolFamily, setProtocolVersion, setTimestamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orginatingEntityID

protected EntityID orginatingEntityID
Originating entity ID


infraredSignatureRepresentationIndex

protected int infraredSignatureRepresentationIndex
IR Signature representation index


acousticSignatureRepresentationIndex

protected int acousticSignatureRepresentationIndex
acoustic Signature representation index


radarCrossSectionSignatureRepresentationIndex

protected int radarCrossSectionSignatureRepresentationIndex
radar cross section representation index


numberOfPropulsionSystems

protected int numberOfPropulsionSystems
how many propulsion systems


numberOfVectoringNozzleSystems

protected int numberOfVectoringNozzleSystems
how many vectoring nozzle systems


propulsionSystemData

protected java.util.List<PropulsionSystemData> propulsionSystemData
variable length list of propulsion system data


vectoringSystemData

protected java.util.List<VectoringNozzleSystemData> vectoringSystemData
variable length list of vectoring system data


fk_orginatingEntityID

public long fk_orginatingEntityID
Constructor Detail

SeesPdu

public SeesPdu()
Constructor

Method Detail

getMarshalledSize

public int getMarshalledSize()
Overrides:
getMarshalledSize in class DistributedEmissionsFamilyPdu

setOrginatingEntityID

public void setOrginatingEntityID(EntityID pOrginatingEntityID)

getOrginatingEntityID

public EntityID getOrginatingEntityID()

setInfraredSignatureRepresentationIndex

public void setInfraredSignatureRepresentationIndex(int pInfraredSignatureRepresentationIndex)

getInfraredSignatureRepresentationIndex

public int getInfraredSignatureRepresentationIndex()

setAcousticSignatureRepresentationIndex

public void setAcousticSignatureRepresentationIndex(int pAcousticSignatureRepresentationIndex)

getAcousticSignatureRepresentationIndex

public int getAcousticSignatureRepresentationIndex()

setRadarCrossSectionSignatureRepresentationIndex

public void setRadarCrossSectionSignatureRepresentationIndex(int pRadarCrossSectionSignatureRepresentationIndex)

getRadarCrossSectionSignatureRepresentationIndex

public int getRadarCrossSectionSignatureRepresentationIndex()

getNumberOfPropulsionSystems

public int getNumberOfPropulsionSystems()

setNumberOfPropulsionSystems

public void setNumberOfPropulsionSystems(int pNumberOfPropulsionSystems)
Note that setting this value will not change the marshalled value. The list whose length this describes is used for that purpose. The getnumberOfPropulsionSystems method will also be based on the actual list length rather than this value. The method is simply here for java bean completeness.


getNumberOfVectoringNozzleSystems

public int getNumberOfVectoringNozzleSystems()

setNumberOfVectoringNozzleSystems

public void setNumberOfVectoringNozzleSystems(int pNumberOfVectoringNozzleSystems)
Note that setting this value will not change the marshalled value. The list whose length this describes is used for that purpose. The getnumberOfVectoringNozzleSystems method will also be based on the actual list length rather than this value. The method is simply here for java bean completeness.


setPropulsionSystemData

public void setPropulsionSystemData(java.util.List<PropulsionSystemData> pPropulsionSystemData)

getPropulsionSystemData

public java.util.List<PropulsionSystemData> getPropulsionSystemData()

setVectoringSystemData

public void setVectoringSystemData(java.util.List<VectoringNozzleSystemData> pVectoringSystemData)

getVectoringSystemData

public java.util.List<VectoringNozzleSystemData> getVectoringSystemData()

marshal

public void marshal(java.io.DataOutputStream dos)
Overrides:
marshal in class DistributedEmissionsFamilyPdu

unmarshal

public void unmarshal(java.io.DataInputStream dis)
Overrides:
unmarshal in class DistributedEmissionsFamilyPdu

marshal

public void marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.

Overrides:
marshal in class DistributedEmissionsFamilyPdu
Parameters:
buff - The ByteBuffer at the position to begin writing
Throws:
java.nio.BufferOverflowException - if buff is too small
java.nio.ReadOnlyBufferException - if buff is read only
Since:
??
See Also:
ByteBuffer

unmarshal

public void unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.

Overrides:
unmarshal in class DistributedEmissionsFamilyPdu
Parameters:
buff - The ByteBuffer at the position to begin reading
Throws:
java.nio.BufferUnderflowException - if buff is too small
Since:
??
See Also:
ByteBuffer

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class DistributedEmissionsFamilyPdu

equalsImpl

public boolean equalsImpl(java.lang.Object obj)
Description copied from class: Pdu
Compare all fields that contribute to the state, ignoring transient and static fields, for this and the supplied object

Overrides:
equalsImpl in class DistributedEmissionsFamilyPdu
Parameters:
obj - the object to compare to
Returns:
true if the objects are equal, false otherwise.