Package edu.nps.moves.dis7
Class TimeSpacePositionInformationPdu
java.lang.Object
edu.nps.moves.dis7.Pdu
edu.nps.moves.dis7.LiveEntityPdu
edu.nps.moves.dis7.LiveEntityFamilyPdu
edu.nps.moves.dis7.TSPIPdu
edu.nps.moves.dis7.TimeSpacePositionInformationPdu
- All Implemented Interfaces:
edu.nps.moves.dis7.Marshaller
,java.io.Serializable
public class TimeSpacePositionInformationPdu extends TSPIPdu
more descriptive name for a TSPIPdu
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.TSPIPdu
deadReckoningParameters, entityLinearVelocity, entityLocation, entityOrientation, liveEntityId, measuredSpeed, orientationError, positionError, systemSpecificData, systemSpecificDataLength, TSPIFlag
Fields inherited from class edu.nps.moves.dis7.Pdu
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
-
Constructor Summary
Constructors Constructor Description TimeSpacePositionInformationPdu()
-
Method Summary
Methods inherited from class edu.nps.moves.dis7.TSPIPdu
equals, equalsImpl, getDeadReckoningParameters, getEntityLinearVelocity, getEntityLocation, getEntityOrientation, getLiveEntityId, getMarshalledSize, getMeasuredSpeed, getOrientationError, getPositionError, getSystemSpecificData, getTSPIFlag, marshal, marshal, setDeadReckoningParameters, setEntityLinearVelocity, setEntityLocation, setEntityOrientation, setLiveEntityId, setMeasuredSpeed, setOrientationError, setPositionError, setSystemSpecificData, setTSPIFlag, 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
-
TimeSpacePositionInformationPdu
public TimeSpacePositionInformationPdu()
-