Uses of Enum Class
edu.nps.moves.dis7.enumerations.DeadReckoningAlgorithm
Packages that use DeadReckoningAlgorithm
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
Utility classes supporting edu.nps.moves.dis7 library.
-
Uses of DeadReckoningAlgorithm in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type DeadReckoningAlgorithm in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenum
Thisenum
type is generated from XML, UID 44, marshal size 8; DeadReckoningAlgorithm has 10 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return DeadReckoningAlgorithmModifier and TypeMethodDescriptionstatic DeadReckoningAlgorithm
DeadReckoningAlgorithm.getEnumForValue
(int value) Provide enumeration for a given valuestatic DeadReckoningAlgorithm
DeadReckoningAlgorithm.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic DeadReckoningAlgorithm
DeadReckoningAlgorithm.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic DeadReckoningAlgorithm
Returns the enum constant of this class with the specified name.static DeadReckoningAlgorithm[]
DeadReckoningAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeadReckoningAlgorithm in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as DeadReckoningAlgorithmModifier and TypeFieldDescriptionprotected DeadReckoningAlgorithm
DeadReckoningParameters.deadReckoningAlgorithm
Algorithm to use in computing dead reckoning.protected DeadReckoningAlgorithm
DesignatorPdu.deadReckoningAlgorithm
Dead reckoning algorithm uid 44protected DeadReckoningAlgorithm
LiveDeadReckoningParameters.deadReckoningAlgorithm
uid 44Methods in edu.nps.moves.dis7.pdus that return DeadReckoningAlgorithmModifier and TypeMethodDescriptionDeadReckoningParameters.getDeadReckoningAlgorithm()
DesignatorPdu.getDeadReckoningAlgorithm()
Getter forDesignatorPdu.deadReckoningAlgorithm
LiveDeadReckoningParameters.getDeadReckoningAlgorithm()
Methods in edu.nps.moves.dis7.pdus with parameters of type DeadReckoningAlgorithmModifier and TypeMethodDescriptionDeadReckoningParameters.setDeadReckoningAlgorithm
(DeadReckoningAlgorithm pDeadReckoningAlgorithm) DesignatorPdu.setDeadReckoningAlgorithm
(DeadReckoningAlgorithm pDeadReckoningAlgorithm) Setter forDesignatorPdu.deadReckoningAlgorithm
LiveDeadReckoningParameters.setDeadReckoningAlgorithm
(DeadReckoningAlgorithm pDeadReckoningAlgorithm)