Package edu.nps.moves.dis7
Class LiveEntityDetonationPdu
java.lang.Object
edu.nps.moves.dis7.Pdu
edu.nps.moves.dis7.LiveEntityPdu
edu.nps.moves.dis7.LiveEntityFamilyPdu
edu.nps.moves.dis7.LEDetonationPdu
edu.nps.moves.dis7.LiveEntityDetonationPdu
- All Implemented Interfaces:
edu.nps.moves.dis7.Marshaller
,java.io.Serializable
public class LiveEntityDetonationPdu extends LEDetonationPdu
more descriptive name for a LEDetonationPdu
IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation—Application Protocols
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class edu.nps.moves.dis7.LEDetonationPdu
detonationFlag1, detonationFlag2, detonationResult, entityLocation, eventId, firingLiveEntityId, munitionDescriptor, munitionLiveEntityId, munitionOrientation, targetLiveEntityId, velocity, worldLocation
Fields inherited from class edu.nps.moves.dis7.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
-
Constructor Summary
Constructors Constructor Description LiveEntityDetonationPdu()
-
Method Summary
Methods inherited from class edu.nps.moves.dis7.LEDetonationPdu
equals, equalsImpl, getDetonationFlag1, getDetonationFlag2, getDetonationResult, getEntityLocation, getEventId, getFiringLiveEntityId, getMarshalledSize, getMunitionDescriptor, getMunitionLiveEntityId, getMunitionOrientation, getTargetLiveEntityId, getVelocity, getWorldLocation, marshal, marshal, setDetonationFlag1, setDetonationFlag2, setDetonationResult, setEntityLocation, setEventId, setFiringLiveEntityId, setMunitionDescriptor, setMunitionLiveEntityId, setMunitionOrientation, setTargetLiveEntityId, setVelocity, setWorldLocation, toString, unmarshal, unmarshal
Methods inherited from class edu.nps.moves.dis7.LiveEntityPdu
getPadding, getSubprotocolNumber, setPadding, setSubprotocolNumber
Methods inherited from class edu.nps.moves.dis7.Pdu
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
-
Constructor Details
-
LiveEntityDetonationPdu
public LiveEntityDetonationPdu()
-