Class ObjectStateModificationPointObject

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

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

    • ISLOCATIONMODIFIED

      public static ObjectStateModificationPointObject.Bits ISLOCATIONMODIFIED
      (bit position 0, boolean) Describes whether the point object location has been modified since the last update number
    • ISORIENTATIONMODIFIED

      public static ObjectStateModificationPointObject.Bits ISORIENTATIONMODIFIED
      (bit position 1, boolean) Describes whether the point object orientation has been modified since the last update number
  • Constructor Details

    • ObjectStateModificationPointObject

      public ObjectStateModificationPointObject()
      Default constructor
    • ObjectStateModificationPointObject

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