Skip to content

Commit

Permalink
Merge pull request #4 from kurtsansom/mods
Browse files Browse the repository at this point in the history
fix(dis7): switch the size of length and status
  • Loading branch information
leif81 authored Jan 22, 2021
2 parents a33803d + 7241b1c commit 289ddb6
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 289ddb6

Please sign in to comment.