Package edu.nps.moves.dis7.enumerations
Class ExtendedLightsAirDomain
java.lang.Object
java.util.BitSet
edu.nps.moves.dis7.pdus.DisBitSet
edu.nps.moves.dis7.enumerations.ExtendedLightsAirDomain
- All Implemented Interfaces:
Marshaller
,Serializable
,Cloneable
Generated from XML,
UID 548, marshal size 32,
ExtendedLightsAirDomain
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ExtendedLightsAirDomain.Bits
(bit position 9, boolean) Describes whether the aft navigation/position light is on or offstatic ExtendedLightsAirDomain.Bits
(bit position 3, boolean) Describes whether or not the formation lights are flashingstatic ExtendedLightsAirDomain.Bits
(bit position 10, boolean) Describes whether the landing lights are retracted or extendedstatic ExtendedLightsAirDomain.Bits
(bit position 21, boolean) Describes whether both the red and white anti-collision lights are on or offstatic ExtendedLightsAirDomain.Bits
(bit position 0, length=3) Describes the intensity (brightness) of the formation lights, useSpecialLightsIntensity
values for this fieldstatic ExtendedLightsAirDomain.Bits
(bit position 19, boolean) Describes the Night Vision Goggles (NVG) indicator for interior lights, useAppearanceNVGMode
values for this fieldstatic ExtendedLightsAirDomain.Bits
(bit position 11, length=3) Describes the flash pattern used by the IR Anti-Collision Lights, useIRAntiCollisionFlashPattern
values for this fieldstatic ExtendedLightsAirDomain.Bits
(bit position 14, length=3) Describes the intensity (brightness) of the IR Anti-Collision lights (where 0 is off and 1-5 indicate intensity), useSpecialLightsIntensity
values for this fieldstatic ExtendedLightsAirDomain.Bits
(bit position 7, boolean) Describes whether search light #1 is retracted or extendedstatic ExtendedLightsAirDomain.Bits
(bit position 8, boolean) Describes whether search light #2 is retracted or extendedstatic ExtendedLightsAirDomain.Bits
(bit position 5, boolean) Describes the Night Vision Goggles (NVG) indicator for search light #1, useAppearanceNVGMode
values for this fieldstatic ExtendedLightsAirDomain.Bits
(bit position 6, boolean) Describes the Night Vision Goggles (NVG) indicator for search light #2, useAppearanceNVGMode
values for this fieldstatic ExtendedLightsAirDomain.Bits
(bit position 4, boolean) Describes whether the spot/search light #2 is on or offstatic ExtendedLightsAirDomain.Bits
(bit position 17, boolean) Describes whether the spot/search light #3 is on or offstatic ExtendedLightsAirDomain.Bits
(bit position 18, boolean) Describes whether the spot/search light #4 is on or offstatic ExtendedLightsAirDomain.Bits
(bit position 20, boolean) Describes whether the taxi lights are on or off -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorExtendedLightsAirDomain
(ExtendedLightsAirDomain.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
(ExtendedLightsAirDomain.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
-
FORMATIONLIGHTSINTENSITY
(bit position 0, length=3) Describes the intensity (brightness) of the formation lights, useSpecialLightsIntensity
values for this field -
AREFORMATIONLIGHTSFLASHING
(bit position 3, boolean) Describes whether or not the formation lights are flashing -
SPOTSEARCH2ON
(bit position 4, boolean) Describes whether the spot/search light #2 is on or off -
SEARCHLIGHT1NVGMODE
(bit position 5, boolean) Describes the Night Vision Goggles (NVG) indicator for search light #1, useAppearanceNVGMode
values for this field -
SEARCHLIGHT2NVGMODE
(bit position 6, boolean) Describes the Night Vision Goggles (NVG) indicator for search light #2, useAppearanceNVGMode
values for this field -
ISSEARCHLIGHT1EXTENDED
(bit position 7, boolean) Describes whether search light #1 is retracted or extended -
ISSEARCHLIGHT2EXTENDED
(bit position 8, boolean) Describes whether search light #2 is retracted or extended -
AFTNAVIGATIONPOSITIONLIGHTON
(bit position 9, boolean) Describes whether the aft navigation/position light is on or off -
ARELANDINGLIGHTSEXTENDED
(bit position 10, boolean) Describes whether the landing lights are retracted or extended -
IRANTICOLLISIONFLASHPATTERN
(bit position 11, length=3) Describes the flash pattern used by the IR Anti-Collision Lights, useIRAntiCollisionFlashPattern
values for this field -
IRANTICOLLISIONINTENSITY
(bit position 14, length=3) Describes the intensity (brightness) of the IR Anti-Collision lights (where 0 is off and 1-5 indicate intensity), useSpecialLightsIntensity
values for this field -
SPOTSEARCH3ON
(bit position 17, boolean) Describes whether the spot/search light #3 is on or off -
SPOTSEARCH4ON
(bit position 18, boolean) Describes whether the spot/search light #4 is on or off -
INTERIORLIGHTSNVGMODE
(bit position 19, boolean) Describes the Night Vision Goggles (NVG) indicator for interior lights, useAppearanceNVGMode
values for this field -
TAXILIGHTSON
(bit position 20, boolean) Describes whether the taxi lights are on or off -
BOTHREDANDWHITEANTICOLLISIONLIGHTSON
(bit position 21, boolean) Describes whether both the red and white anti-collision lights are on or off
-
-
Constructor Details
-
ExtendedLightsAirDomain
public ExtendedLightsAirDomain()Default constructor -
ExtendedLightsAirDomain
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
-