Uses of Class
edu.nps.moves.dis7.pdus.EntityStatePdu
Packages that use EntityStatePdu
Package
Description
Utility classes supporting edu.nps.moves.dis7 library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of EntityStatePdu in edu.nps.moves.dis7.pdus
Methods in edu.nps.moves.dis7.pdus that return EntityStatePduModifier and TypeMethodDescriptionEntityStatePdu.advanceEntityLocation
(double timestep) Advance location using linear velocities for a single timestepEntityStatePdu.clearMarking()
Marking utility to clear character valuesEntityStatePdu.copy()
copy method creates a deep copy of current object using preferred marshalling methodEntityStatePdu.copyByteBuffer()
Creates a "deep copy" of current object using ByteBuffer methods.EntityStatePdu.copyDataOutputStream()
copy method creates a deep copy of current object using DataOutputStream methods.EntityStatePdu.setAlternativeEntityType
(EntityType pAlternativeEntityType) Setter foralternativeEntityType
EntityStatePdu.setCapabilities
(EntityCapabilities pCapabilities) Setter forcapabilities
EntityStatePdu.setDeadReckoningParameters
(DeadReckoningParameters pDeadReckoningParameters) Setter fordeadReckoningParameters
EntityStatePdu.setEntityAppearance
(int pEntityAppearance) Setter forentityAppearance
EntityStatePdu.setEntityID
(EntityID pEntityID) Setter forentityID
final EntityStatePdu
EntityStatePdu.setEntityLinearVelocity
(float speed, EntityStatePdu.Direction direction) Utility method to set entity linear velocity using speed and directionEntityStatePdu.setEntityLinearVelocity
(Vector3Float pEntityLinearVelocity) Setter forentityLinearVelocity
EntityStatePdu.setEntityLocation
(double x, double y, double z) Setter forentityLocation
EntityStatePdu.setEntityLocation
(Vector3Double pEntityLocation) Setter forentityLocation
EntityStatePdu.setEntityOrientation
(float phi, float theta, float psi) Setter forentityOrientation
EntityStatePdu.setEntityOrientation
(EulerAngles pEntityOrientation) Setter forentityOrientation
EntityStatePdu.setEntityType
(EntityType pEntityType) Setter forentityType
EntityStatePdu.setForceId
(ForceID pForceId) Setter forforceId
EntityStatePdu.setMarking
(EntityMarking pMarking) Setter formarking
EntityStatePdu.setMarking
(String newMarking) Marking utility to set character values, 11 characters maximumEntityStatePdu.setVariableParameters
(List<VariableParameter> pVariableParameters) Setter forvariableParameters
-
Uses of EntityStatePdu in edu.nps.moves.dis7.utilities
Methods in edu.nps.moves.dis7.utilities that return EntityStatePduModifier and TypeMethodDescriptionPduFactory.makeEntityStatePdu()
Create and add initial properties to an Entity State PDU
IEEE Std 1278.1-2012, 5.3.2