Class ModulationType

java.lang.Object
edu.nps.moves.dis7.pdus.ModulationType
All Implemented Interfaces:
Serializable

public class ModulationType extends Object implements Serializable
Information about the type of modulation used for radio transmission. 6.2.59
See Also:
  • Field Details

    • spreadSpectrum

      protected short spreadSpectrum
      This field shall indicate the spread spectrum technique or combination of spread spectrum techniques in use. Bit field. 0=freq hopping, 1=psuedo noise, time hopping=2, reamining bits unused
    • majorModulation

      protected TransmitterMajorModulation majorModulation
      The major classification of the modulation type. UID 155
    • detail

      protected short detail
      provide certain detailed information depending upon the major modulation type, uid 156-162
    • radioSystem

      protected TransmitterModulationTypeSystem 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. uid =163
  • Constructor Details

    • ModulationType

      public ModulationType()
      Constructor creates and configures a new instance object
  • Method Details