Package edu.nps.moves.dis7.pdus
Class ArealObjectStatePdu
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.ArealObjectStatePdu
- All Implemented Interfaces:
Marshaller,Serializable
7.10.6 Used to communicate detailed information about the addition/modification of a synthetic environment object that is geometrically anchored to the terrain with a set of three or more points that come to a closure.
IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ForceIDforce ID uid 6protected shortObject appearanceprotected ObjectStateModificationArealObjectmodifications enumeration uid 242protected shortNumber of pointsprotected ObjectIdentifierObject in synthetic environmentprotected List<Vector3Double>location of objectprotected ObjectTypeObject typeprotected SimulationAddressreceiver IDprotected ObjectIdentifierObject with which this point object is associatedprotected SimulationAddressrequesterIDprotected intObject appearanceprotected shortunique update number of each state transition of an objectFields inherited from class edu.nps.moves.dis7.pdus.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequalsImpl(Object obj)Compare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied objectGetter forforceIDshortGetter forgeneralObjectAppearanceintReturns size of this serialized (marshalled) object in bytesGetter formodificationsGetter forobjectIDGetter forobjectLocationGetter forobjectTypeGetter forreceivingIDGetter forreferencedObjectIDGetter forrequesterIDintGetter forspecificObjectAppearanceshortGetter forupdateNumbervoidmarshal(DataOutputStream dos)Serializes an object to a DataOutputStream.voidmarshal(ByteBuffer byteBuffer)Packs an object into the ByteBuffer.setForceID(ForceID pForceID)Setter forforceIDsetGeneralObjectAppearance(int pGeneralObjectAppearance)Utility setter forgeneralObjectAppearancesetGeneralObjectAppearance(short pGeneralObjectAppearance)Setter forgeneralObjectAppearancesetModifications(ObjectStateModificationArealObject pModifications)Setter formodificationssetObjectID(ObjectIdentifier pObjectID)Setter forobjectIDsetObjectLocation(List<Vector3Double> pObjectLocation)Setter forobjectLocationsetObjectType(ObjectType pObjectType)Setter forobjectTypesetReceivingID(SimulationAddress pReceivingID)Setter forreceivingIDsetReferencedObjectID(ObjectIdentifier pReferencedObjectID)Setter forreferencedObjectIDsetRequesterID(SimulationAddress pRequesterID)Setter forrequesterIDsetSpecificObjectAppearance(int pSpecificObjectAppearance)Setter forspecificObjectAppearancesetUpdateNumber(int pUpdateNumber)Utility setter forupdateNumbersetUpdateNumber(short pUpdateNumber)Setter forupdateNumbertoString()intunmarshal(DataInputStream dis)Deserializes an object from a DataInputStream.intunmarshal(ByteBuffer byteBuffer)Unpacks a Pdu from the underlying data.Methods inherited from class edu.nps.moves.dis7.pdus.PduBase
getPadding, getPduStatus, setPadding, setPadding, setPduStatusMethods inherited from class edu.nps.moves.dis7.pdus.Pdu
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setExerciseID, setLength, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
-
Field Details
-
objectID
Object in synthetic environment -
referencedObjectID
Object with which this point object is associated -
updateNumber
protected short updateNumberunique update number of each state transition of an object -
forceID
force ID uid 6 -
modifications
modifications enumeration uid 242 -
objectType
Object type -
specificObjectAppearance
protected int specificObjectAppearanceObject appearance -
generalObjectAppearance
protected short generalObjectAppearanceObject appearance -
numberOfPoints
protected short numberOfPointsNumber of points -
requesterID
requesterID -
receivingID
receiver ID -
objectLocation
location of object
-
-
Constructor Details
-
ArealObjectStatePdu
public ArealObjectStatePdu()Constructor
-
-
Method Details
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Specified by:
getMarshalledSizein interfaceMarshaller- Overrides:
getMarshalledSizein classSyntheticEnvironmentFamilyPdu- Returns:
- serialized size in bytes
- See Also:
- https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
setObjectID
Setter forobjectID- Parameters:
pObjectID- new value of interest- Returns:
- same object to permit progressive setters
-
getObjectID
Getter forobjectID- Returns:
- value of interest
-
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
-
setUpdateNumber
Utility setter forupdateNumber- Parameters:
pUpdateNumber- new value of interest- Returns:
- same object to permit progressive setters
-
getUpdateNumber
public short getUpdateNumber()Getter forupdateNumber- Returns:
- value of interest
-
setForceID
Setter forforceID- Parameters:
pForceID- new value of interest- Returns:
- same object to permit progressive setters
-
getForceID
Getter forforceID- Returns:
- value of interest
-
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
Getter forobjectType- Returns:
- value of interest
-
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
-
setGeneralObjectAppearance
Setter forgeneralObjectAppearance- Parameters:
pGeneralObjectAppearance- new value of interest- Returns:
- same object to permit progressive setters
-
setGeneralObjectAppearance
Utility setter forgeneralObjectAppearance- Parameters:
pGeneralObjectAppearance- new value of interest- Returns:
- same object to permit progressive setters
-
getGeneralObjectAppearance
public short getGeneralObjectAppearance()Getter forgeneralObjectAppearance- Returns:
- value of interest
-
setRequesterID
Setter forrequesterID- Parameters:
pRequesterID- new value of interest- Returns:
- same object to permit progressive setters
-
getRequesterID
Getter forrequesterID- Returns:
- value of interest
-
setReceivingID
Setter forreceivingID- Parameters:
pReceivingID- new value of interest- Returns:
- same object to permit progressive setters
-
getReceivingID
Getter forreceivingID- Returns:
- value of interest
-
setObjectLocation
Setter forobjectLocation- Parameters:
pObjectLocation- new value of interest- Returns:
- same object to permit progressive setters
-
getObjectLocation
Getter forobjectLocation- Returns:
- value of interest
-
marshal
Serializes an object to a DataOutputStream.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin classSyntheticEnvironmentFamilyPdu- Parameters:
dos- the OutputStream- Throws:
Exception- if something goes wrong- See Also:
DataOutputStream
-
unmarshal
Deserializes an object from a DataInputStream.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin classSyntheticEnvironmentFamilyPdu- Parameters:
dis- the InputStream- Returns:
- marshalled serialized size in bytes
- Throws:
Exception- if something goes wrong- See Also:
DataInputStream, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
marshal
Packs an object into the ByteBuffer.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin 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:
ByteBuffer
-
unmarshal
Unpacks a Pdu from the underlying data.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin 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:
ByteBuffer, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
equals
- Overrides:
equalsin classSyntheticEnvironmentFamilyPdu
-
equalsImpl
Description copied from class:PduCompare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied object- Overrides:
equalsImplin classSyntheticEnvironmentFamilyPdu- Parameters:
obj- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
- Overrides:
toStringin classSyntheticEnvironmentFamilyPdu
-