Package edu.nps.moves.dis7.pdus
Class EntityDamageStatusPdu
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.EntityDamageStatusPdu
- All Implemented Interfaces:
Marshaller,Serializable
7.3.5 Used to communicate detailed damage information sustained by an entity regardless of the source of the damage.
IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EntityIDField shall identify the damaged entity (see 6.2.28), Section 7.3.4protected List<DirectedEnergyDamage>Fields shall contain one or more Damage Description records (see 6.2.17) and may contain other Standard Variable records, Section 7.3.5protected shortfield shall specify the number of Damage Description records, Section 7.3.5protected shortpadding1 is an undescribed parameter...protected shortpadding2 is an undescribed parameter...Fields 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 fordamagedEntityIDGetter fordamageDescriptionRecordsintReturns size of this serialized (marshalled) object in bytesshortGetter forpadding1shortGetter forpadding2voidmarshal(DataOutputStream dos)Serializes an object to a DataOutputStream.voidmarshal(ByteBuffer byteBuffer)Packs an object into the ByteBuffer.setDamagedEntityID(EntityID pDamagedEntityID)Setter fordamagedEntityIDsetDamageDescriptionRecords(List<DirectedEnergyDamage> pDamageDescriptionRecords)Setter fordamageDescriptionRecordssetPadding1(int pPadding1)Utility setter forpadding1setPadding1(short pPadding1)Setter forpadding1setPadding2(int pPadding2)Utility setter forpadding2setPadding2(short pPadding2)Setter forpadding2toString()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
-
damagedEntityID
Field shall identify the damaged entity (see 6.2.28), Section 7.3.4 -
padding1
protected short padding1padding1 is an undescribed parameter... -
padding2
protected short padding2padding2 is an undescribed parameter... -
numberOfDamageDescription
protected short numberOfDamageDescriptionfield shall specify the number of Damage Description records, Section 7.3.5 -
damageDescriptionRecords
Fields shall contain one or more Damage Description records (see 6.2.17) and may contain other Standard Variable records, Section 7.3.5
-
-
Constructor Details
-
EntityDamageStatusPdu
public EntityDamageStatusPdu()Constructor
-
-
Method Details
-
getMarshalledSize
public int getMarshalledSize()Returns size of this serialized (marshalled) object in bytes- Specified by:
getMarshalledSizein interfaceMarshaller- Overrides:
getMarshalledSizein classWarfareFamilyPdu- Returns:
- serialized size in bytes
- See Also:
- https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
setDamagedEntityID
Setter fordamagedEntityID- Parameters:
pDamagedEntityID- new value of interest- Returns:
- same object to permit progressive setters
-
getDamagedEntityID
Getter fordamagedEntityID- 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
public short getPadding1()Getter forpadding1- Returns:
- value of interest
-
setPadding2
Setter forpadding2- Parameters:
pPadding2- new value of interest- Returns:
- same object to permit progressive setters
-
setPadding2
Utility setter forpadding2- Parameters:
pPadding2- new value of interest- Returns:
- same object to permit progressive setters
-
getPadding2
public short getPadding2()Getter forpadding2- Returns:
- value of interest
-
setDamageDescriptionRecords
public EntityDamageStatusPdu setDamageDescriptionRecords(List<DirectedEnergyDamage> pDamageDescriptionRecords)Setter fordamageDescriptionRecords- Parameters:
pDamageDescriptionRecords- new value of interest- Returns:
- same object to permit progressive setters
-
getDamageDescriptionRecords
Getter fordamageDescriptionRecords- Returns:
- value of interest
-
marshal
Serializes an object to a DataOutputStream.- Specified by:
marshalin interfaceMarshaller- Overrides:
marshalin classWarfareFamilyPdu- 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 classWarfareFamilyPdu- 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 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:
ByteBuffer
-
unmarshal
Unpacks a Pdu from the underlying data.- Specified by:
unmarshalin interfaceMarshaller- Overrides:
unmarshalin 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:
ByteBuffer, https://en.wikipedia.org/wiki/Marshalling_(computer_science)
-
equals
- Overrides:
equalsin classWarfareFamilyPdu
-
equalsImpl
Description copied from class:PduCompare all fields that contribute to the state, ignoring transient and static fields, forthisand the supplied object- Overrides:
equalsImplin classWarfareFamilyPdu- Parameters:
obj- the object to compare to- Returns:
- true if the objects are equal, false otherwise.
-
toString
- Overrides:
toStringin classWarfareFamilyPdu
-