Skip to content

Commit

Permalink
Fixed Java-related issues in ReportControl.
Browse files Browse the repository at this point in the history
 - 'interface' is a Java keyword.
 - 'dst' is also a field in the header.
  • Loading branch information
zepinto committed Dec 22, 2015
1 parent 3bc5d8b commit 1ff46ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IMC.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6970,7 +6970,7 @@
</description>
</value>
</field>
<field name="Communication Interface" abbrev="interface" type="uint8_t" unit="Bitfield" prefix="CI">
<field name="Communication Interface" abbrev="comm_interface" type="uint8_t" unit="Bitfield" prefix="CI">
<description>
Communication interface to be used for reports.
</description>
Expand All @@ -6992,7 +6992,7 @@
Desired periodicity for scheduled reports.
</description>
</field>
<field name="Destination" abbrev="dst" type="plaintext">
<field name="Destination System" abbrev="sys_dst" type="plaintext">
<description>
Destination Address to be filled where applicable. It should be
interpreted differently depending on communication interface.
Expand Down

0 comments on commit 1ff46ca

Please sign in to comment.