Skip to content

Commit 1ff46ca

Browse files
committed
Fixed Java-related issues in ReportControl.
- 'interface' is a Java keyword. - 'dst' is also a field in the header.
1 parent 3bc5d8b commit 1ff46ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IMC.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6970,7 +6970,7 @@
69706970
</description>
69716971
</value>
69726972
</field>
6973-
<field name="Communication Interface" abbrev="interface" type="uint8_t" unit="Bitfield" prefix="CI">
6973+
<field name="Communication Interface" abbrev="comm_interface" type="uint8_t" unit="Bitfield" prefix="CI">
69746974
<description>
69756975
Communication interface to be used for reports.
69766976
</description>
@@ -6992,7 +6992,7 @@
69926992
Desired periodicity for scheduled reports.
69936993
</description>
69946994
</field>
6995-
<field name="Destination" abbrev="dst" type="plaintext">
6995+
<field name="Destination System" abbrev="sys_dst" type="plaintext">
69966996
<description>
69976997
Destination Address to be filled where applicable. It should be
69986998
interpreted differently depending on communication interface.

0 commit comments

Comments
 (0)