Class EntityTypeVP

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

public class EntityTypeVP extends Object implements Serializable
Association or disassociation of two entities. Section 6.2.94.5
See Also:
  • Field Details

    • recordType

      protected VariableParameterRecordType recordType
      The identification of the Variable Parameter record. uid 56
    • changeIndicator

      protected EntityVPRecordChangeIndicator changeIndicator
      Indicates if this VP has changed since last issuance uid 320
    • entityType

      protected EntityType entityType
      entityType is an undescribed parameter...
    • padding

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

      protected int padding1
      padding
  • Constructor Details

    • EntityTypeVP

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