Uses of Enum
edu.nps.moves.dis7.enumerations.UAAcousticEmitterSystemFunction
Packages that use UAAcousticEmitterSystemFunction
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of UAAcousticEmitterSystemFunction in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return UAAcousticEmitterSystemFunctionModifier and TypeMethodDescriptionUAAcousticEmitterSystemFunction.getEnumForValue
(int value) Provide enumeration for a given valueUAAcousticEmitterSystemFunction.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamUAAcousticEmitterSystemFunction.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this type with the specified name.static UAAcousticEmitterSystemFunction[]
UAAcousticEmitterSystemFunction.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UAAcousticEmitterSystemFunction in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as UAAcousticEmitterSystemFunctionModifier and TypeFieldDescriptionprotected UAAcousticEmitterSystemFunction
AcousticEmitter.acousticFunction
The function of the acoustic system uid 145Methods in edu.nps.moves.dis7.pdus that return UAAcousticEmitterSystemFunctionModifier and TypeMethodDescriptionAcousticEmitter.getAcousticFunction()
Getter forAcousticEmitter.acousticFunction
Methods in edu.nps.moves.dis7.pdus with parameters of type UAAcousticEmitterSystemFunctionModifier and TypeMethodDescriptionAcousticEmitter.setAcousticFunction
(UAAcousticEmitterSystemFunction pAcousticFunction) Setter forAcousticEmitter.acousticFunction