Class ExtendedLightsLandDomain

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

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

    • LEFTTURNSIGNALON

      public static ExtendedLightsLandDomain.Bits LEFTTURNSIGNALON
      (bit position 0, boolean) Describes whether the left turn signal is on or off (right/left determined by looking out front)
    • RIGHTTURNSIGNALON

      public static ExtendedLightsLandDomain.Bits RIGHTTURNSIGNALON
      (bit position 1, boolean) Describes whether the right turn signal is on or off (right/left determined by looking out front)
    • HEADLIGHTINTENSITY

      public static ExtendedLightsLandDomain.Bits HEADLIGHTINTENSITY
      (bit position 2, boolean) Describes the intensity (brightness) of the head lights, use AppearanceNavigationPositionBrightness values for this field
    • SPOTSEARCH2ON

      public static ExtendedLightsLandDomain.Bits SPOTSEARCH2ON
      (bit position 3, boolean) Describes whether the spot/search light #2 is on or off
    • RUNNINGLIGHTSON

      public static ExtendedLightsLandDomain.Bits RUNNINGLIGHTSON
      (bit position 4, boolean) Describes whether the running lights are on or off
    • EMERGENCYLIGHTSON

      public static ExtendedLightsLandDomain.Bits EMERGENCYLIGHTSON
      (bit position 5, boolean) Describes whether the emergency lights are on or off (if on, they are flashing)
    • FOGLIGHTSON

      public static ExtendedLightsLandDomain.Bits FOGLIGHTSON
      (bit position 6, boolean) Describes whether the fog lights are on or off
    • PARKINGLIGHTSON

      public static ExtendedLightsLandDomain.Bits PARKINGLIGHTSON
      (bit position 7, boolean) Describes whether the parking lights are on or off
    • REVERSELIGHTSON

      public static ExtendedLightsLandDomain.Bits REVERSELIGHTSON
      (bit position 8, boolean) Describes whether the reverse lights are on or off
    • AUXILIARYHIGHBEAMON

      public static ExtendedLightsLandDomain.Bits AUXILIARYHIGHBEAMON
      (bit position 9, boolean) Describes whether the auxiliary high beam is on or off
    • REARINTERIORLIGHTSON

      public static ExtendedLightsLandDomain.Bits REARINTERIORLIGHTSON
      (bit position 10, boolean) Describes whether the rear interior lights are on or off
    • EMERGENCYVEHICLELIGHTSON

      public static ExtendedLightsLandDomain.Bits EMERGENCYVEHICLELIGHTSON
      (bit position 11, boolean) Describes whether the emergency vehicle lights (if equipped) are on or off (e.g., police vehicle lights)
    • SPOTSEARCH3ON

      public static ExtendedLightsLandDomain.Bits SPOTSEARCH3ON
      (bit position 17, boolean) Describes whether the spot/search light #3 is on or off
    • SPOTSEARCH4ON

      public static ExtendedLightsLandDomain.Bits SPOTSEARCH4ON
      (bit position 18, boolean) Describes whether the spot/search light #4 is on or off
  • Constructor Details

    • ExtendedLightsLandDomain

      public ExtendedLightsLandDomain()
      Default constructor
    • ExtendedLightsLandDomain

      public ExtendedLightsLandDomain(ExtendedLightsLandDomain.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 ExtendedLightsLandDomain 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