Class ExtendedLightsSurfaceDomain

java.lang.Object
java.util.BitSet
edu.nps.moves.dis7.pdus.DisBitSet
edu.nps.moves.dis7.enumerations.ExtendedLightsSurfaceDomain
All Implemented Interfaces:
Marshaller, Serializable, Cloneable

public class ExtendedLightsSurfaceDomain extends DisBitSet
Generated from XML, UID 550, marshal size 32, ExtendedLightsSurfaceDomain
See Also:
  • Field Details

    • LIGHTINTENSITY

      public static ExtendedLightsSurfaceDomain.Bits LIGHTINTENSITY
      (bit position 0, length=3) Describes the intensity (brightness) of the lights, use SpecialLightsIntensity values for this field
    • DECKSTATUSLIGHTCOLOR

      public static ExtendedLightsSurfaceDomain.Bits DECKSTATUSLIGHTCOLOR
      (bit position 3, length=2) Describes the current flight deck status light color, use DeckStatusLightColor values for this field
    • FLIGHTDECKFLOODLIGHTSON

      public static ExtendedLightsSurfaceDomain.Bits FLIGHTDECKFLOODLIGHTSON
      (bit position 5, boolean) Describes whether the flight deck floodlights are on or off
    • FLIGHTDECKBEACONSON

      public static ExtendedLightsSurfaceDomain.Bits FLIGHTDECKBEACONSON
      (bit position 6, boolean) Describes whether the flight deck beacons are on or off
    • FLIGHTDECKSPOTLIGHTSON

      public static ExtendedLightsSurfaceDomain.Bits FLIGHTDECKSPOTLIGHTSON
      (bit position 7, boolean) Describes whether the flight deck spotlights are on or off
    • FLIGHTDECKEDGELIGHTSON

      public static ExtendedLightsSurfaceDomain.Bits FLIGHTDECKEDGELIGHTSON
      (bit position 8, boolean) Describes whether the flight deck edge lights are on or off
    • LINEUPLIGHTSON

      public static ExtendedLightsSurfaceDomain.Bits LINEUPLIGHTSON
      (bit position 9, boolean) Describes whether the lineup lights are on or off
    • VERTICALDROPLINELIGHTSON

      public static ExtendedLightsSurfaceDomain.Bits VERTICALDROPLINELIGHTSON
      (bit position 10, boolean) Describes whether the vertical dropline lights are on or off
    • WAVEOFFLIGHTSON

      public static ExtendedLightsSurfaceDomain.Bits WAVEOFFLIGHTSON
      (bit position 11, boolean) Describes whether the wave-off lights are on or off
    • STABILIZEDGLIDESLOPEINDICATORLIGHTON

      public static ExtendedLightsSurfaceDomain.Bits STABILIZEDGLIDESLOPEINDICATORLIGHTON
      (bit position 12, boolean) Describes whether the stabilized glideslope indicator light is on or off
  • Constructor Details

    • ExtendedLightsSurfaceDomain

      public ExtendedLightsSurfaceDomain()
      Default constructor
    • ExtendedLightsSurfaceDomain

      public ExtendedLightsSurfaceDomain(ExtendedLightsSurfaceDomain.Bits wh, int value)
      Default constructor with parameters
      Parameters:
      wh - Bits custom data structure
      value - bits of interest
  • Method Details

    • set

      Accessor method to set value
      Parameters:
      wh - Bits custom data structure
      value - bits of interest
      Returns:
      this object
    • set

      public ExtendedLightsSurfaceDomain set(int start, int length, int value)
      Some bitfields are defined without specific bits enumerated
      Parameters:
      start - initial position in bit array
      length - number of bits
      value - bits of interest
      Returns:
      this object
    • toString

      public String toString()
      Provide string representation
      Overrides:
      toString in class BitSet
      Returns:
      string representation