Class ObjectStateModificationArealObject

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

public class ObjectStateModificationArealObject extends DisBitSet
Generated from XML, UID 242, marshal size 16, ObjectStateModificationArealObject
See Also:
  • Field Details

    • ISLOCATIONMODIFIED

      public static ObjectStateModificationArealObject.Bits ISLOCATIONMODIFIED
      (bit position 0, boolean) Describes whether any locations of the areal object have been modified since the last update number
  • Constructor Details

    • ObjectStateModificationArealObject

      public ObjectStateModificationArealObject()
      Default constructor
    • ObjectStateModificationArealObject

      public ObjectStateModificationArealObject(ObjectStateModificationArealObject.Bits wh, int value)
      Default constructor with parameters
      Parameters:
      wh - Bits custom data structure
      value - bits of interest
  • Method Details