Class AttachedPartVP

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

public class AttachedPartVP
extends java.lang.Object
implements java.io.Serializable
Removable parts that may be attached to an entity. Section 6.2.93.3 IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation—Application Protocols
See Also:
Serialized Form
  • 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

  • Method Details