Class PointObjectStatePdu
java.lang.Object
edu.nps.moves.dis7.pdus.Pdu
edu.nps.moves.dis7.pdus.PduBase
edu.nps.moves.dis7.pdus.SyntheticEnvironmentFamilyPdu
edu.nps.moves.dis7.pdus.PointObjectStatePdu
- All Implemented Interfaces:
Marshaller
,Serializable
7.10.4 Used to communicate detailed information about the addition/modification of a synthetic environment object that is geometrically anchored to the terrain with a single point.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ByteArrayOutputStream
byteArrayOutputStream (baos) is used for marshal/unmarshal serializationprotected DataOutputStream
dataOutputStream (dos) is used for marshal/unmarshal serializationprotected ForceID
force ID provides a unique identifier uid 6protected ObjectStateAppearanceGeneral
General object apperance uid 229protected ObjectStateModificationPointObject
modifications uid 240static final String
The name of this PDU typeprotected EntityID
Object in synthetic environmentprotected Vector3Double
Object locationprotected EulerAngles
Object orientationprotected ObjectType
Object typeprotected int
paddingprotected short
padding1 is an undescribed parameter...protected SimulationAddress
receiver ID provides a unique identifierprotected ObjectIdentifier
Object with which this point object is associatedprotected SimulationAddress
requesterIDprotected int
Specific object apperanceprotected int
unique update number of each state transition of an objectFields inherited from class edu.nps.moves.dis7.pdus.SyntheticEnvironmentFamilyPdu
FAMILY_NAME
Fields inherited from class edu.nps.moves.dis7.pdus.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor creates and configures a new instance object -
Method Summary
Modifier and TypeMethodDescriptioncopy()
copy method creates a deep copy of current object using preferred marshalling methodCreates a "deep copy" of current object using ByteBuffer methods.copy method creates a deep copy of current object using DataOutputStream methods.boolean
boolean
equalsImpl
(Object obj) Compare all fields that contribute to the state, ignoring transient and static fields, forthis
and the supplied objectGetter forforceID
Getter forgenerObjectAppearance
int
Returns size of this serialized (marshalled) object in bytesGetter formodifications
Getter forobjectID
Getter forobjectLocation
Getter forobjectOrientation
Getter forobjectType
int
getPad2()
Getter forpad2
short
Getter forpadding1
Getter forreceivingID
Getter forreferencedObjectID
Getter forrequesterID
int
Getter forspecificObjectAppearance
int
Getter forupdateNumber
int
hashCode()
void
marshal
(DataOutputStream dos) Serializes an object to a DataOutputStream.void
marshal
(ByteBuffer byteBuffer) Packs an object into the ByteBuffer.setForceID
(ForceID pForceID) Setter forforceID
setGenerObjectAppearance
(ObjectStateAppearanceGeneral pGenerObjectAppearance) Setter forgenerObjectAppearance
setModifications
(ObjectStateModificationPointObject pModifications) Setter formodifications
setObjectID
(EntityID pObjectID) Setter forobjectID
setObjectLocation
(Vector3Double pObjectLocation) Setter forobjectLocation
setObjectOrientation
(EulerAngles pObjectOrientation) Setter forobjectOrientation
setObjectType
(ObjectType pObjectType) Setter forobjectType
setPad2
(int pPad2) Setter forpad2
setPadding1
(int pPadding1) Utility setter forpadding1
setPadding1
(short pPadding1) Setter forpadding1
setReceivingID
(SimulationAddress pReceivingID) Setter forreceivingID
setReferencedObjectID
(ObjectIdentifier pReferencedObjectID) Setter forreferencedObjectID
setRequesterID
(SimulationAddress pRequesterID) Setter forrequesterID
setSpecificObjectAppearance
(int pSpecificObjectAppearance) Setter forspecificObjectAppearance
setUpdateNumber
(int pUpdateNumber) Setter forupdateNumber
toString()
int
unmarshal
(DataInputStream dis) Deserializes an object from a DataInputStream.int
unmarshal
(ByteBuffer byteBuffer) Unpacks a Pdu from the underlying data.Methods inherited from class edu.nps.moves.dis7.pdus.PduBase
getPadding, getPduStatus, setPadding, setPadding, setPduStatus
Methods inherited from class edu.nps.moves.dis7.pdus.Pdu
copyByPduFactory, getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, getTimestampSeconds, isAcknowledgeRPdu, isActionRequestPdu, isActionRequestRPdu, isActionResponsePdu, isActionResponseRPdu, isAggregateStatePdu, isAppearancePdu, isArealObjectStatePdu, isArticulatedPartsPdu, isAttributePdu, isCollisionElasticPdu, isCollisionPdu, isCommentPdu, isCommentRPdu, isCreateEntityPdu, isCreateEntityRPdu, isDataPdu, isDataQueryPdu, isDataQueryRPdu, isDataRPdu, isDesignatorPdu, isDetonationPdu, isDirectedEnergyFirePdu, isDistributedEmissionsRegenerationFamilyPdu, isElectromagneticEmissionPdu, isEntityDamageStatusPdu, isEntityInformationInteractionFamilyPdu, isEntityManagementFamilyPdu, isEntityStatePdu, isEntityStateUpdatePdu, isEnvironmentalProcessPdu, isEventReportPdu, isEventReportRPdu, isFirePdu, isGriddedDataPdu, isIFFPdu, isInformationOperationsActionPdu, isInformationOperationsFamilyPdu, isInformationOperationsReportPdu, isIntercomControlPdu, isIntercomSignalPdu, isIsGroupOfPdu, isIsPartOfPdu, isLEDetonationPdu, isLEFirePdu, isLinearObjectStatePdu, isLiveEntityDetonationPdu, isLiveEntityFirePdu, isLogisticsFamilyPdu, isMinefieldDataPdu, isMinefieldFamilyPdu, isMinefieldQueryPdu, isMinefieldResponseNACKPdu, isMinefieldStatePdu, isPointObjectStatePdu, isRadioCommunicationsFamilyPdu, isReceiverPdu, isRecordQueryRPdu, isRecordRPdu, isReliablePdu, isRemoveEntityPdu, isRemoveEntityRPdu, isRepairCompletePdu, isRepairResponsePdu, isResupplyCancelPdu, isResupplyOfferPdu, isResupplyReceivedPdu, isSEESPdu, isSetDataPdu, isSetDataRPdu, isSetRecordRPdu, isSignalPdu, isSimulationManagementFamilyPdu, isSimulationManagementWithReliabilityFamilyPdu, isStartResumePdu, isStartResumeRPdu, isStopFreezePdu, isStopFreezeRPdu, isSupplementalEmissionEntityStatePdu, isSyntheticEnvironmentFamilyPdu, isTransferOwnershipPdu, isTransmitterPdu, isTSPIPdu, isUnderwaterAcousticPdu, isWarfareFamilyPdu, marshal, occursAfter, occursBefore, occursSameTime, setExerciseID, setExerciseID, setLength, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp, setTimestampSeconds
-
Field Details
-
NAME
-
objectID
Object in synthetic environment -
referencedObjectID
Object with which this point object is associated -
updateNumber
protected int updateNumberunique update number of each state transition of an object -
forceID
force ID provides a unique identifier uid 6 -
modifications
modifications uid 240 -
objectType
Object type -
objectLocation
Object location -
objectOrientation
Object orientation -
specificObjectAppearance
protected int specificObjectAppearanceSpecific object apperance -
generObjectAppearance
General object apperance uid 229 -
padding1
protected short padding1padding1 is an undescribed parameter... -
requesterID
requesterID -
receivingID
receiver ID provides a unique identifier -
pad2
protected int pad2padding -
byteArrayOutputStream
byteArrayOutputStream (baos) is used for marshal/unmarshal serialization- See Also:
-
dataOutputStream
dataOutputStream (dos) is used for marshal/unmarshal serialization- See Also:
-
-
Constructor Details
-
PointObjectStatePdu
public PointObjectStatePdu()Constructor creates and configures a new instance object
-
-
Method Details
-
copy
copy method creates a deep copy of current object using preferred marshalling method- Returns:
- deep copy of PDU
-
copyByteBuffer
Creates a "deep copy" of current object using ByteBuffer methods.- Returns:
- deep copy of PDU
-
copyDataOutputStream
copy method creates a deep copy of current object using DataOutputStream methods.- Returns:
- deep copy of PDU
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Specified by:
getMarshalledSize
in interfaceMarshaller
- Overrides:
getMarshalledSize
in classSyntheticEnvironmentFamilyPdu
- Returns:
- serialized size in bytes
- See Also:
-
setObjectID
Setter forobjectID
- Parameters:
pObjectID
- new value of interest- Returns:
- same object to permit progressive setters
-
getObjectID
-
setReferencedObjectID
Setter forreferencedObjectID
- Parameters:
pReferencedObjectID
- new value of interest- Returns:
- same object to permit progressive setters
-
getReferencedObjectID
Getter forreferencedObjectID
- Returns:
- value of interest
-
setUpdateNumber
Setter forupdateNumber
- Parameters:
pUpdateNumber
- new value of interest- Returns:
- same object to permit progressive setters
-
getUpdateNumber
-
setForceID
Setter forforceID
- Parameters:
pForceID
- new value of interest- Returns:
- same object to permit progressive setters
-
getForceID
-
setModifications
Setter formodifications
- Parameters:
pModifications
- new value of interest- Returns:
- same object to permit progressive setters
-
getModifications
Getter formodifications
- Returns:
- value of interest
-
setObjectType
Setter forobjectType
- Parameters:
pObjectType
- new value of interest- Returns:
- same object to permit progressive setters
-
getObjectType
-
setObjectLocation
Setter forobjectLocation
- Parameters:
pObjectLocation
- new value of interest- Returns:
- same object to permit progressive setters
-
getObjectLocation
-
setObjectOrientation
Setter forobjectOrientation
- Parameters:
pObjectOrientation
- new value of interest- Returns:
- same object to permit progressive setters
-
getObjectOrientation
-
setSpecificObjectAppearance
Setter forspecificObjectAppearance
- Parameters:
pSpecificObjectAppearance
- new value of interest- Returns:
- same object to permit progressive setters
-
getSpecificObjectAppearance
public int getSpecificObjectAppearance()Getter forspecificObjectAppearance
- Returns:
- value of interest
-
setGenerObjectAppearance
public PointObjectStatePdu setGenerObjectAppearance(ObjectStateAppearanceGeneral pGenerObjectAppearance) Setter forgenerObjectAppearance
- Parameters:
pGenerObjectAppearance
- new value of interest- Returns:
- same object to permit progressive setters
-
getGenerObjectAppearance
Getter forgenerObjectAppearance
- Returns:
- value of interest
-
setPadding1
Setter forpadding1
- Parameters:
pPadding1
- new value of interest- Returns:
- same object to permit progressive setters
-
setPadding1
Utility setter forpadding1
- Parameters:
pPadding1
- new value of interest- Returns:
- same object to permit progressive setters
-
getPadding1
-
setRequesterID
Setter forrequesterID
- Parameters:
pRequesterID
- new value of interest- Returns:
- same object to permit progressive setters
-
getRequesterID
-
setReceivingID
Setter forreceivingID
- Parameters:
pReceivingID
- new value of interest- Returns:
- same object to permit progressive setters
-
getReceivingID
-
setPad2
Setter forpad2
- Parameters:
pPad2
- new value of interest- Returns:
- same object to permit progressive setters
-
getPad2
-
marshal
Serializes an object to a DataOutputStream.- Specified by:
marshal
in interfaceMarshaller
- Overrides:
marshal
in classSyntheticEnvironmentFamilyPdu
- Parameters:
dos
- the OutputStream- Throws:
Exception
- if something goes wrong- See Also:
-
unmarshal
Deserializes an object from a DataInputStream.- Specified by:
unmarshal
in interfaceMarshaller
- Overrides:
unmarshal
in classSyntheticEnvironmentFamilyPdu
- Parameters:
dis
- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception
- if something goes wrong- See Also:
-
marshal
Packs an object into the ByteBuffer.- Specified by:
marshal
in interfaceMarshaller
- Overrides:
marshal
in classSyntheticEnvironmentFamilyPdu
- Parameters:
byteBuffer
- The ByteBuffer at the position to begin writing- Throws:
BufferOverflowException
- if byteBuffer is too smallReadOnlyBufferException
- if byteBuffer is read onlyException
- ByteBuffer-generated exception- See Also:
-
unmarshal
Unpacks a Pdu from the underlying data.- Specified by:
unmarshal
in interfaceMarshaller
- Overrides:
unmarshal
in classSyntheticEnvironmentFamilyPdu
- Parameters:
byteBuffer
- The ByteBuffer at the position to begin reading- Returns:
- marshalled serialized size in bytes
- Throws:
BufferUnderflowException
- if byteBuffer is too smallException
- ByteBuffer-generated exception- See Also:
-
equals
- Overrides:
equals
in classSyntheticEnvironmentFamilyPdu
-
equalsImpl
Description copied from class:Pdu
Compare all fields that contribute to the state, ignoring transient and static fields, forthis
and the supplied object- Overrides:
equalsImpl
in classSyntheticEnvironmentFamilyPdu
- Parameters:
obj
- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
- Overrides:
toString
in classSyntheticEnvironmentFamilyPdu
-
hashCode
-