Package edu.nps.moves.dis7.enumerations
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
Generated from XML,
UID 550, marshal size 32,
ExtendedLightsSurfaceDomain
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(bit position 3, length=2) Describes the current flight deck status light color, useDeckStatusLightColor
values for this field(bit position 6, boolean) Describes whether the flight deck beacons are on or off(bit position 8, boolean) Describes whether the flight deck edge lights are on or off(bit position 5, boolean) Describes whether the flight deck floodlights are on or off(bit position 7, boolean) Describes whether the flight deck spotlights are on or off(bit position 0, length=3) Describes the intensity (brightness) of the lights, useSpecialLightsIntensity
values for this field(bit position 9, boolean) Describes whether the lineup lights are on or off(bit position 12, boolean) Describes whether the stabilized glideslope indicator light is on or off(bit position 10, boolean) Describes whether the vertical dropline lights are on or off(bit position 11, boolean) Describes whether the wave-off lights are on or off -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorExtendedLightsSurfaceDomain
(ExtendedLightsSurfaceDomain.Bits wh, int value) Default constructor with parameters -
Method Summary
Modifier and TypeMethodDescriptionset
(int start, int length, int value) Some bitfields are defined without specific bits enumeratedset
(ExtendedLightsSurfaceDomain.Bits wh, int value) Accessor method to set valuetoString()
Provide string representationMethods inherited from class edu.nps.moves.dis7.pdus.DisBitSet
calculateMask, calculateMask, getMarshalledSize, marshal, marshal, marshallCommon, setbits, unmarshal, unmarshal
Methods inherited from class java.util.BitSet
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, valueOf, valueOf, valueOf, valueOf, xor
-
Field Details
-
LIGHTINTENSITY
(bit position 0, length=3) Describes the intensity (brightness) of the lights, useSpecialLightsIntensity
values for this field -
DECKSTATUSLIGHTCOLOR
(bit position 3, length=2) Describes the current flight deck status light color, useDeckStatusLightColor
values for this field -
FLIGHTDECKFLOODLIGHTSON
(bit position 5, boolean) Describes whether the flight deck floodlights are on or off -
FLIGHTDECKBEACONSON
(bit position 6, boolean) Describes whether the flight deck beacons are on or off -
FLIGHTDECKSPOTLIGHTSON
(bit position 7, boolean) Describes whether the flight deck spotlights are on or off -
FLIGHTDECKEDGELIGHTSON
(bit position 8, boolean) Describes whether the flight deck edge lights are on or off -
LINEUPLIGHTSON
(bit position 9, boolean) Describes whether the lineup lights are on or off -
VERTICALDROPLINELIGHTSON
(bit position 10, boolean) Describes whether the vertical dropline lights are on or off -
WAVEOFFLIGHTSON
(bit position 11, boolean) Describes whether the wave-off lights are on or off -
STABILIZEDGLIDESLOPEINDICATORLIGHTON
(bit position 12, boolean) Describes whether the stabilized glideslope indicator light is on or off
-
-
Constructor Details
-
ExtendedLightsSurfaceDomain
public ExtendedLightsSurfaceDomain()Default constructor -
ExtendedLightsSurfaceDomain
Default constructor with parameters- Parameters:
wh
- Bits custom data structurevalue
- bits of interest
-
-
Method Details
-
set
Accessor method to set value- Parameters:
wh
- Bits custom data structurevalue
- bits of interest- Returns:
- this object
-
set
Some bitfields are defined without specific bits enumerated- Parameters:
start
- initial position in bit arraylength
- number of bitsvalue
- bits of interest- Returns:
- this object
-
toString
Provide string representation
-