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 IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
See Also:
Serialized Form
  • 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
      padding
  • Constructor Details

    • OwnershipStatusRecord

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