Skip to content

Commit

Permalink
Update DIS7.xml
Browse files Browse the repository at this point in the history
Chris Mejia spotted a bad value for RecordQueryReliablePdu--it was 63, should be 65.
  • Loading branch information
mcgredonps committed May 3, 2017
1 parent 11b485e commit 6bf1928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DIS7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5677,7 +5677,7 @@
<class name="RecordQueryReliablePdu" inheritsFrom="SimulationManagementWithReliabilityFamilyPdu"
comment="Section 5.3.12.13: A request for one or more records of data from an entity. COMPLETE">

<initialValue name="pduType" value="63"/>
<initialValue name="pduType" value="65"/>

<attribute name="requestID" comment="request ID">
<primitive type= "unsigned int"/>
Expand Down

0 comments on commit 6bf1928

Please sign in to comment.