Package edu.nps.moves.dis7.enumerations
Class AirPlatformAppearance
java.lang.Object
java.util.BitSet
edu.nps.moves.dis7.DisBitSet
edu.nps.moves.dis7.enumerations.AirPlatformAppearance
- All Implemented Interfaces:
edu.nps.moves.dis7.Marshaller
,java.io.Serializable
,java.lang.Cloneable
public class AirPlatformAppearance
extends edu.nps.moves.dis7.DisBitSet
Generated from XML, SISO-REF-010-v25, 2018-08-29
UID 32 marshal size 32
Air Platform Appearance
UID 32 marshal size 32
Air Platform Appearance
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AirPlatformAppearance.Bits
-
Field Summary
Fields Modifier and Type Field Description static AirPlatformAppearance.Bits
AFTERBURNER_ON
Describes if the air platform is in afterburnerstatic AirPlatformAppearance.Bits
ANTI_COLLISION_LIGHT_DAY_NIGHT
Describes the day/night status of the Anti-Collision lights, UseAppearanceAntiCollisionDayNight
values for this fieldstatic AirPlatformAppearance.Bits
ANTI_COLLISION_LIGHTS_ON
Describes whether Anti-Collision lights are on or offstatic AirPlatformAppearance.Bits
CANOPY_TROOP_DOOR
Describes the state of the canopy/troop door, UseAppearanceCanopy
values for this fieldstatic AirPlatformAppearance.Bits
CARGO_DOORS_OPENED
Describes whether the cargo doors (main door) are closed or openstatic AirPlatformAppearance.Bits
DAMAGE
Describes the damaged appearance, UseAppearanceDamage
values for this fieldstatic AirPlatformAppearance.Bits
FORMATION_LIGHTS_ON
Describes whether formation lights are on or offstatic AirPlatformAppearance.Bits
INTERIOR_LIGHTS_ON
Describes whether interior lights are on or offstatic AirPlatformAppearance.Bits
IS_BLINKING
Indicates whether any air platform lights are blinking or notstatic AirPlatformAppearance.Bits
IS_ENGINE_EMITTING_SMOKE
Describes whether or not the engine is emitting smokestatic AirPlatformAppearance.Bits
IS_FLAMING
Describes whether the entity is burning and flames are visiblestatic AirPlatformAppearance.Bits
IS_FROZEN
Describes whether the entity is frozen and should not be dead reckonedstatic AirPlatformAppearance.Bits
IS_SMOKE_EMANATING
Describes whether or not smoke is emanating from the entitystatic AirPlatformAppearance.Bits
LANDING_GEAR_EXTENDED
Describes whether the landing gear is wholly retracted or extendedstatic AirPlatformAppearance.Bits
LANDING_LIGHTS_ON
Describes whether landing lights are on or offstatic AirPlatformAppearance.Bits
LOWER_ANTI_COLLISION_LIGHT_ON
Describes whether the lower Anti-Collision light is on or offstatic AirPlatformAppearance.Bits
NAVIGATION_LIGHTS_ON
Describes whether navigation lights are on or offstatic AirPlatformAppearance.Bits
NAVIGATION_POSITION_BRIGHTNESS
Describes the brightness of the navigation/position lights, UseAppearanceNavigationPositionBrightness
values for this fieldstatic AirPlatformAppearance.Bits
NVG_MODE
Describes whether air platform lighting is in covert or overt mode, UseAppearanceNVGMode
values for this fieldstatic AirPlatformAppearance.Bits
PAINT_SCHEME
Describes the visual paint design, UseAppearancePaintScheme
values for this fieldstatic AirPlatformAppearance.Bits
POWER_PLANT_ON
Describes whether the power plant is on or offstatic AirPlatformAppearance.Bits
PROPULSION_KILLED
Describes whether it is capable of moving on its own powerstatic AirPlatformAppearance.Bits
REVERSE_THRUST_ENGAGED
Describes whether the air platform has engaged reverse thruststatic AirPlatformAppearance.Bits
SPOT_SEARCH_LIGHT_1_ON
Describes whether spot/search light #1 is on or offstatic AirPlatformAppearance.Bits
STATE
Describes whether the entity is active or deactivated, UseAppearanceEntityorObjectState
values for this fieldstatic AirPlatformAppearance.Bits
TRAILING_EFFECTS
Describes the size of the contrails or ionization trailing effects, UseAppearanceTrailingEffects
values for this fieldstatic AirPlatformAppearance.Bits
UPPER_ANTI_COLLISION_LIGHT_ON
Describes whether the upper Anti-Collision light is on or offstatic AirPlatformAppearance.Bits
WEIGHT_ON_WHEELS
Describes whether the air platform has weight on its main landing gear -
Constructor Summary
Constructors Constructor Description AirPlatformAppearance()
AirPlatformAppearance(AirPlatformAppearance.Bits wh, int i)
-
Method Summary
Modifier and Type Method Description AirPlatformAppearance
set(int start, int length, int val)
AirPlatformAppearance
set(AirPlatformAppearance.Bits wh, int val)
java.lang.String
toString()
Methods inherited from class edu.nps.moves.dis7.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
-
PAINT_SCHEME
Describes the visual paint design, UseAppearancePaintScheme
values for this field -
PROPULSION_KILLED
Describes whether it is capable of moving on its own power -
NVG_MODE
Describes whether air platform lighting is in covert or overt mode, UseAppearanceNVGMode
values for this field -
DAMAGE
Describes the damaged appearance, UseAppearanceDamage
values for this field -
IS_SMOKE_EMANATING
Describes whether or not smoke is emanating from the entity -
IS_ENGINE_EMITTING_SMOKE
Describes whether or not the engine is emitting smoke -
TRAILING_EFFECTS
Describes the size of the contrails or ionization trailing effects, UseAppearanceTrailingEffects
values for this field -
CANOPY_TROOP_DOOR
Describes the state of the canopy/troop door, UseAppearanceCanopy
values for this field -
LANDING_LIGHTS_ON
Describes whether landing lights are on or off -
NAVIGATION_LIGHTS_ON
Describes whether navigation lights are on or off -
ANTI_COLLISION_LIGHTS_ON
Describes whether Anti-Collision lights are on or off -
IS_FLAMING
Describes whether the entity is burning and flames are visible -
AFTERBURNER_ON
Describes if the air platform is in afterburner -
LOWER_ANTI_COLLISION_LIGHT_ON
Describes whether the lower Anti-Collision light is on or off -
UPPER_ANTI_COLLISION_LIGHT_ON
Describes whether the upper Anti-Collision light is on or off -
ANTI_COLLISION_LIGHT_DAY_NIGHT
Describes the day/night status of the Anti-Collision lights, UseAppearanceAntiCollisionDayNight
values for this field -
IS_BLINKING
Indicates whether any air platform lights are blinking or not -
IS_FROZEN
Describes whether the entity is frozen and should not be dead reckoned -
POWER_PLANT_ON
Describes whether the power plant is on or off -
STATE
Describes whether the entity is active or deactivated, UseAppearanceEntityorObjectState
values for this field -
FORMATION_LIGHTS_ON
Describes whether formation lights are on or off -
LANDING_GEAR_EXTENDED
Describes whether the landing gear is wholly retracted or extended -
CARGO_DOORS_OPENED
Describes whether the cargo doors (main door) are closed or open -
NAVIGATION_POSITION_BRIGHTNESS
Describes the brightness of the navigation/position lights, UseAppearanceNavigationPositionBrightness
values for this field -
SPOT_SEARCH_LIGHT_1_ON
Describes whether spot/search light #1 is on or off -
INTERIOR_LIGHTS_ON
Describes whether interior lights are on or off -
REVERSE_THRUST_ENGAGED
Describes whether the air platform has engaged reverse thrust -
WEIGHT_ON_WHEELS
Describes whether the air platform has weight on its main landing gear
-
-
Constructor Details
-
AirPlatformAppearance
public AirPlatformAppearance() -
AirPlatformAppearance
-
-
Method Details