Skip to content

Commit fcec5cb

Browse files
committed
AcousticRelease: added operation field.
1 parent f34b63e commit fcec5cb

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

IMC.xml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,6 +2396,21 @@
23962396
</field>
23972397
</message>
23982398

2399+
<message id="217" name="Acoustic Release Request" abbrev="AcousticRelease" category="Acoustic Communication">
2400+
<description>
2401+
Request a system (local or remote) to activate its acoustic release.
2402+
</description>
2403+
<field name="System" abbrev="system" type="plaintext">
2404+
<description>
2405+
The name of the system that should execute an acoustic release.
2406+
</description>
2407+
</field>
2408+
<field name="Operation" abbrev="op" type="uint8_t" unit="Enumerated" prefix="AROP">
2409+
<value id="0" name="Open" abbrev="OPEN"/>
2410+
<value id="1" name="Close" abbrev="CLOSE"/>
2411+
</field>
2412+
</message>
2413+
23992414
<!-- Sensors -->
24002415
<message id="250" name="Revolutions Per Minute" abbrev="Rpm" source="vehicle" category="Sensors">
24012416
<description>
@@ -2406,10 +2421,6 @@
24062421
Number of revolutions per minute.
24072422
</description>
24082423
</field>
2409-
<field name="Operation" abbrev="op" type="uint8_t" unit="Enumerated" prefix="AROP">
2410-
<value id="0" name="Open" abbrev="OPEN"/>
2411-
<value id="1" name="Close" abbrev="CLOSE"/>
2412-
</field>
24132424
</message>
24142425

24152426
<message id="251" name="Voltage" abbrev="Voltage" source="vehicle" flags="periodic" category="Sensors">

0 commit comments

Comments
 (0)