Ken H. reported a problem with
Lines 2720-2722:
<attribute name="associationStatus" comment="Indicates association status between two entities">
<sisoenum type="EntityAssociationAssociationType" comment="uid 319"/>
</attribute>
Problem: "EntityAssociationAssociationType" is already defined as uid 330 on line 271.
Plausible change is to uniquely rename the type:
<attribute name="associationStatus" comment="Indicates association status between two entities">
<sisoenum type="EntityAssociationAssociationStatus" comment="uid 319"/>
</attribute>
Relevant DIS specification excerpt:
- IEEE standard 1278.1-2012 page 330
- 6.2.94.4 Entity Association VP Record
- 6.2.94.4.3 Fields
- c) Association Status. This field shall indicate the association status between two entities, or an entity with another object. It shall be represented by an 8-bit enumeration (see [UID 319]).
Ken H. reported a problem with
Lines 2720-2722:
Problem: "EntityAssociationAssociationType" is already defined as uid 330 on line 271.
Plausible change is to uniquely rename the type:
Relevant DIS specification excerpt: