Class OwnershipStatusRecord

java.lang.Object
edu.nps.moves.dis7.pdus.OwnershipStatusRecord
All Implemented Interfaces:
Serializable

public class OwnershipStatusRecord extends Object implements Serializable
used to convey entity and conflict status information associated with transferring ownership of an entity. Section 6.2.65
See Also:
  • Field Details

    • entityId

      protected EntityID entityId
      EntityID
    • ownershipStatus

      protected OwnershipStatus ownershipStatus
      The ownership and/or ownership conflict status of the entity represented by the Entity ID field. uid 332
    • padding

      protected byte padding
      zero-filled array of padding bits for byte alignment and consistent sizing of PDU data
  • Constructor Details

    • OwnershipStatusRecord

      public OwnershipStatusRecord()
      Constructor creates and configures a new instance object
  • Method Details