Skip to content

Commit

Permalink
fix(dis7): switch the size of length and status
Browse files Browse the repository at this point in the history
  • Loading branch information
kayarre committed Jan 19, 2021
1 parent a33803d commit 7241b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DIS7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1888,11 +1888,11 @@
</attribute>

<attribute name="pduLength" comment="Length, in bytes, of the PDU. Changed name from length to avoid use of Hibernate QL reserved word.">
<primitive type="unsigned byte"/>
<primitive type="unsigned short"/>
</attribute>

<attribute name="pduStatus" comment="PDU Status Record. Described in 6.2.67. This field is not present in earlier DIS versions ">
<primitive type="unsigned short"/>
<primitive type="unsigned byte"/>
</attribute>

<attribute name="padding" comment="zero filled array of padding">
Expand Down

0 comments on commit 7241b1c

Please sign in to comment.