Package edu.nps.moves.dis7.enumerations
Class ExtendedEquipmentAirPlatforms
java.lang.Object
java.util.BitSet
edu.nps.moves.dis7.pdus.DisBitSet
edu.nps.moves.dis7.enumerations.ExtendedEquipmentAirPlatforms
- All Implemented Interfaces:
Marshaller
,Serializable
,Cloneable
Generated from XML,
UID 558, marshal size 16,
ExtendedEquipmentAirPlatforms
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(bit position 0, boolean) Describes whether the auxiliary power plant #2 is on or off(bit position 1, boolean) Describes whether the auxiliary power plant #3 is on or off(bit position 2, boolean) Describes whether the auxiliary power plant #4 is on or off(bit position 8, boolean) Describes whether or not the entity has a Situational Awareness (SA) server(bit position 11, length=2) Describes whether the hoist is present and used, useHoistStatus
values for this field(bit position 9, length=2) Describes whether an IED is present and, if so, how well it is hidden, useAppearanceObjectGeneralIEDPresent
values for this field(bit position 15, boolean) Describes whether or not the Advanced Threat Infrared Countermeasures (ATIRCM) system is active(bit position 14, boolean) Describes whether or not the right side door or hatch is open(bit position 13, boolean) Describes whether or not the right side door or hatch is open(bit position 5, boolean) Describes whether or not the entity is currently sling loaded(bit position 6, length=2) Describes damage to the sling load equipment, useSlingLoadDamage
values for this field(bit position 3, length=2) Describes whether the entity is currently sling loading, useSlingLoadStatus
values for this field -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorExtendedEquipmentAirPlatforms
(ExtendedEquipmentAirPlatforms.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
(ExtendedEquipmentAirPlatforms.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
-
AUXILIARYPOWERPLANT2ON
(bit position 0, boolean) Describes whether the auxiliary power plant #2 is on or off -
AUXILIARYPOWERPLANT3ON
(bit position 1, boolean) Describes whether the auxiliary power plant #3 is on or off -
AUXILIARYPOWERPLANT4ON
(bit position 2, boolean) Describes whether the auxiliary power plant #4 is on or off -
SLINGLOADSTATUS
(bit position 3, length=2) Describes whether the entity is currently sling loading, useSlingLoadStatus
values for this field -
ISSLINGLOADED
(bit position 5, boolean) Describes whether or not the entity is currently sling loaded -
SLINGLOADDAMAGE
(bit position 6, length=2) Describes damage to the sling load equipment, useSlingLoadDamage
values for this field -
HASSITUATIONALAWARENESSSERVER
(bit position 8, boolean) Describes whether or not the entity has a Situational Awareness (SA) server -
IED
(bit position 9, length=2) Describes whether an IED is present and, if so, how well it is hidden, useAppearanceObjectGeneralIEDPresent
values for this field -
HOISTSTATUS
(bit position 11, length=2) Describes whether the hoist is present and used, useHoistStatus
values for this field -
ISRIGHTSIDEDOOROPEN
(bit position 13, boolean) Describes whether or not the right side door or hatch is open -
ISLEFTSIDEDOOROPEN
(bit position 14, boolean) Describes whether or not the right side door or hatch is open -
ISATIRCMACTIVE
(bit position 15, boolean) Describes whether or not the Advanced Threat Infrared Countermeasures (ATIRCM) system is active
-
-
Constructor Details
-
ExtendedEquipmentAirPlatforms
public ExtendedEquipmentAirPlatforms()Default constructor -
ExtendedEquipmentAirPlatforms
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
-