Package edu.nps.moves.dis7
Class LiveEntityFirePdu
java.lang.Object
edu.nps.moves.dis7.Pdu
edu.nps.moves.dis7.LiveEntityPdu
edu.nps.moves.dis7.LiveEntityFamilyPdu
edu.nps.moves.dis7.LEFirePdu
edu.nps.moves.dis7.LiveEntityFirePdu
- All Implemented Interfaces:
edu.nps.moves.dis7.Marshaller,java.io.Serializable
public class LiveEntityFirePdu extends LEFirePdu
more descriptive name for a LEFirePdu
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.LEFirePdu
eventId, firingLiveEntityId, flags, location, munitionDescriptor, munitionLiveEntityId, range, targetLiveEntityId, velocityFields inherited from class edu.nps.moves.dis7.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp -
Constructor Summary
Constructors Constructor Description LiveEntityFirePdu() -
Method Summary
Methods inherited from class edu.nps.moves.dis7.LEFirePdu
equals, equalsImpl, getEventId, getFiringLiveEntityId, getFlags, getLocation, getMarshalledSize, getMunitionDescriptor, getMunitionLiveEntityId, getRange, getTargetLiveEntityId, getVelocity, marshal, marshal, setEventId, setFiringLiveEntityId, setFlags, setLocation, setMunitionDescriptor, setMunitionLiveEntityId, setRange, setTargetLiveEntityId, setVelocity, toString, unmarshal, unmarshalMethods inherited from class edu.nps.moves.dis7.LiveEntityPdu
getPadding, getSubprotocolNumber, setPadding, setSubprotocolNumberMethods inherited from class edu.nps.moves.dis7.Pdu
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, marshal, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
-
Constructor Details
-
LiveEntityFirePdu
public LiveEntityFirePdu()
-