Uses of Enum
edu.nps.moves.dis7.enumerations.DesignatorSystemName
Packages that use DesignatorSystemName
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of DesignatorSystemName in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return DesignatorSystemNameModifier and TypeMethodDescriptionstatic DesignatorSystemName
DesignatorSystemName.getEnumForValue
(int value) Provide enumeration for a given valuestatic DesignatorSystemName
DesignatorSystemName.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamstatic DesignatorSystemName
DesignatorSystemName.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic DesignatorSystemName
Returns the enum constant of this type with the specified name.static DesignatorSystemName[]
DesignatorSystemName.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DesignatorSystemName in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as DesignatorSystemNameModifier and TypeFieldDescriptionprotected DesignatorSystemName
DesignatorPdu.codeName
This field shall specify a unique emitter database number assigned to differentiate between otherwise similar or identical emitter beams within an emitter system.Methods in edu.nps.moves.dis7.pdus that return DesignatorSystemNameMethods in edu.nps.moves.dis7.pdus with parameters of type DesignatorSystemNameModifier and TypeMethodDescriptionDesignatorPdu.setCodeName
(DesignatorSystemName pCodeName) Setter forDesignatorPdu.codeName