Uses of Enum Class
edu.nps.moves.dis7.enumerations.TransmitterModulationTypeSystem
Packages that use TransmitterModulationTypeSystem
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
IEEE DIS Protocol Data Unit (PDU) packet definition classes.
-
Uses of TransmitterModulationTypeSystem in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return TransmitterModulationTypeSystemModifier and TypeMethodDescriptionTransmitterModulationTypeSystem.getEnumForValue
(int value) Provide enumeration for a given valueTransmitterModulationTypeSystem.unmarshalEnum
(DataInputStream dis) Unmarshal value to DataInputStreamTransmitterModulationTypeSystem.unmarshalEnum
(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferReturns the enum constant of this class with the specified name.static TransmitterModulationTypeSystem[]
TransmitterModulationTypeSystem.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransmitterModulationTypeSystem in edu.nps.moves.dis7.pdus
Fields in edu.nps.moves.dis7.pdus declared as TransmitterModulationTypeSystemModifier and TypeFieldDescriptionprotected TransmitterModulationTypeSystem
ModulationType.radioSystem
The radio system associated with this Transmitter PDU and shall be used as the basis to interpret other fields whose values depend on a specific radio system.Methods in edu.nps.moves.dis7.pdus that return TransmitterModulationTypeSystemModifier and TypeMethodDescriptionModulationType.getRadioSystem()
Getter forModulationType.radioSystem
Methods in edu.nps.moves.dis7.pdus with parameters of type TransmitterModulationTypeSystemModifier and TypeMethodDescriptionModulationType.setRadioSystem
(TransmitterModulationTypeSystem pRadioSystem) Setter forModulationType.radioSystem