Class DetonationPdu
java.lang.Object
edu.nps.moves.dis7.pdus.Pdu
edu.nps.moves.dis7.pdus.PduBase
edu.nps.moves.dis7.pdus.WarfareFamilyPdu
edu.nps.moves.dis7.pdus.DetonationPdu
- All Implemented Interfaces:
Marshaller
,Serializable
7.3.3 Used to communicate the detonation or impact of munitions, as well as non-munition explosions, the burst or initial bloom of chaff, and the ignition of a flare.
- 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 MunitionDescriptor
Describes the detonation represented, Section 7.3.3protected DetonationResult
result of the detonation, Section 7.3.3 uid 62protected EventIdentifier
ID of event, Section 7.3.3protected EntityID
ID of the expendable entity, Section 7.3.3protected Vector3Double
location of the munition detonation, the expendable detonation, Section 7.3.3protected Vector3Float
Velocity of the ammunition, Section 7.3.3static final String
The name of this PDU typeprotected byte
How many articulation parameters we have, Section 7.3.3protected short
paddingprotected EntityID
ID of the entity that shotprotected EntityID
ID of the entity that is being shot atprotected List
<VariableParameter> specify the parameter values for each Variable Parameter record, Section 7.3.3protected Vector3Float
velocity of the munition immediately before detonation/impact, Section 7.3.3Fields inherited from class edu.nps.moves.dis7.pdus.WarfareFamilyPdu
FAMILY_NAME
Fields inherited from class edu.nps.moves.dis7.pdus.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
-
Constructor Summary
Constructors -
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 fordescriptor
Getter fordetonationResult
Getter foreventID
Getter forexplodingEntityID
Getter forlocationInWorldCoordinates
Getter forlocationOfEntityCoordinates
int
Returns size of this serialized (marshalled) object in bytesshort
getPad()
Getter forpad
Getter forsourceEntityID
Getter fortargetEntityID
Getter forvariableParameters
Getter forvelocity
int
hashCode()
void
marshal
(DataOutputStream dos) Serializes an object to a DataOutputStream.void
marshal
(ByteBuffer byteBuffer) Packs an object into the ByteBuffer.setDescriptor
(MunitionDescriptor pDescriptor) Setter fordescriptor
setDetonationResult
(DetonationResult pDetonationResult) Setter fordetonationResult
setEventID
(EventIdentifier pEventID) Setter foreventID
setExplodingEntityID
(EntityID pExplodingEntityID) Setter forexplodingEntityID
setLocationInWorldCoordinates
(Vector3Double pLocationInWorldCoordinates) Setter forlocationInWorldCoordinates
setLocationOfEntityCoordinates
(Vector3Float pLocationOfEntityCoordinates) Setter forlocationOfEntityCoordinates
setPad
(int pPad) Utility setter forpad
setPad
(short pPad) Setter forpad
setSourceEntityID
(EntityID pSourceEntityID) Setter forsourceEntityID
setTargetEntityID
(EntityID pTargetEntityID) Setter fortargetEntityID
setVariableParameters
(List<VariableParameter> pVariableParameters) Setter forvariableParameters
setVelocity
(Vector3Float pVelocity) Setter forvelocity
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
-
sourceEntityID
ID of the entity that shot -
targetEntityID
ID of the entity that is being shot at -
explodingEntityID
ID of the expendable entity, Section 7.3.3 -
eventID
ID of event, Section 7.3.3 -
velocity
velocity of the munition immediately before detonation/impact, Section 7.3.3 -
locationInWorldCoordinates
location of the munition detonation, the expendable detonation, Section 7.3.3 -
descriptor
Describes the detonation represented, Section 7.3.3 -
locationOfEntityCoordinates
Velocity of the ammunition, Section 7.3.3 -
detonationResult
result of the detonation, Section 7.3.3 uid 62 -
numberOfVariableParameters
protected byte numberOfVariableParametersHow many articulation parameters we have, Section 7.3.3 -
pad
protected short padpadding -
variableParameters
specify the parameter values for each Variable Parameter record, Section 7.3.3 -
byteArrayOutputStream
byteArrayOutputStream (baos) is used for marshal/unmarshal serialization- See Also:
-
dataOutputStream
dataOutputStream (dos) is used for marshal/unmarshal serialization- See Also:
-
-
Constructor Details
-
DetonationPdu
public DetonationPdu()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 classWarfareFamilyPdu
- Returns:
- serialized size in bytes
- See Also:
-
setSourceEntityID
Setter forsourceEntityID
- Parameters:
pSourceEntityID
- new value of interest- Returns:
- same object to permit progressive setters
-
getSourceEntityID
-
setTargetEntityID
Setter fortargetEntityID
- Parameters:
pTargetEntityID
- new value of interest- Returns:
- same object to permit progressive setters
-
getTargetEntityID
-
setExplodingEntityID
Setter forexplodingEntityID
- Parameters:
pExplodingEntityID
- new value of interest- Returns:
- same object to permit progressive setters
-
getExplodingEntityID
-
setEventID
Setter foreventID
- Parameters:
pEventID
- new value of interest- Returns:
- same object to permit progressive setters
-
getEventID
-
setVelocity
Setter forvelocity
- Parameters:
pVelocity
- new value of interest- Returns:
- same object to permit progressive setters
-
getVelocity
-
setLocationInWorldCoordinates
Setter forlocationInWorldCoordinates
- Parameters:
pLocationInWorldCoordinates
- new value of interest- Returns:
- same object to permit progressive setters
-
getLocationInWorldCoordinates
Getter forlocationInWorldCoordinates
- Returns:
- value of interest
-
setDescriptor
Setter fordescriptor
- Parameters:
pDescriptor
- new value of interest- Returns:
- same object to permit progressive setters
-
getDescriptor
-
setLocationOfEntityCoordinates
Setter forlocationOfEntityCoordinates
- Parameters:
pLocationOfEntityCoordinates
- new value of interest- Returns:
- same object to permit progressive setters
-
getLocationOfEntityCoordinates
Getter forlocationOfEntityCoordinates
- Returns:
- value of interest
-
setDetonationResult
Setter fordetonationResult
- Parameters:
pDetonationResult
- new value of interest- Returns:
- same object to permit progressive setters
-
getDetonationResult
Getter fordetonationResult
- Returns:
- value of interest
-
setPad
Setter forpad
- Parameters:
pPad
- new value of interest- Returns:
- same object to permit progressive setters
-
setPad
Utility setter forpad
- Parameters:
pPad
- new value of interest- Returns:
- same object to permit progressive setters
-
getPad
-
setVariableParameters
Setter forvariableParameters
- Parameters:
pVariableParameters
- new value of interest- Returns:
- same object to permit progressive setters
-
getVariableParameters
Getter forvariableParameters
- Returns:
- value of interest
-
marshal
Serializes an object to a DataOutputStream.- Specified by:
marshal
in interfaceMarshaller
- Overrides:
marshal
in classWarfareFamilyPdu
- 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 classWarfareFamilyPdu
- 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 classWarfareFamilyPdu
- 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 classWarfareFamilyPdu
- 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 classWarfareFamilyPdu
-
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 classWarfareFamilyPdu
- Parameters:
obj
- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
- Overrides:
toString
in classWarfareFamilyPdu
-
hashCode
-