Class AttachedPartVP

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

public class AttachedPartVP extends Object implements Serializable
Removable parts that may be attached to an entity. Section 6.2.93.3
See Also:
  • Field Details

    • recordType

      protected VariableParameterRecordType recordType
      The identification of the Variable Parameter record. Enumeration from EBV uid 56
    • detachedIndicator

      protected AttachedPartDetachedIndicator detachedIndicator
      0 = attached, 1 = detached. See I.2.3.1 for state transition diagram uid 415
    • partAttachedTo

      protected short partAttachedTo
      The identification of the articulated part to which this articulation parameter is attached. This field shall be specified by a 16-bit unsigned integer. This field shall contain the value zero if the articulated part is attached directly to the entity.
    • parameterType

      protected AttachedParts parameterType
      The location or station to which the part is attached uid 57
    • attachedPartType

      protected EntityType attachedPartType
      The definition of the 64-bits shall be determined based on the type of parameter specified in the Parameter Type field
  • Constructor Details

    • AttachedPartVP

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