Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
TransmitterModulationTypeSystem |
ModulationType.getRadioSystem()
Getter for
ModulationType.radioSystem |
Modifier and Type | Method and Description |
---|---|
ModulationType |
ModulationType.setRadioSystem(TransmitterModulationTypeSystem pRadioSystem)
Setter for
ModulationType.radioSystem |
Modifier and Type | Method and Description |
---|---|
static TransmitterModulationTypeSystem |
TransmitterModulationTypeSystem.getEnumForValue(int i) |
static TransmitterModulationTypeSystem |
TransmitterModulationTypeSystem.unmarshalEnum(java.nio.ByteBuffer buff) |
static TransmitterModulationTypeSystem |
TransmitterModulationTypeSystem.unmarshalEnum(java.io.DataInputStream dis) |
static TransmitterModulationTypeSystem |
TransmitterModulationTypeSystem.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransmitterModulationTypeSystem[] |
TransmitterModulationTypeSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|