mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
OP-1212 prioritize FlightTelemetryStats, GCSTelemetryStats, OplinkStatus.
This commit is contained in:
parent
43c3693248
commit
55fc327e3c
@ -1,5 +1,5 @@
|
||||
<xml>
|
||||
<object name="FlightTelemetryStats" singleinstance="true" settings="false" category="System">
|
||||
<object name="FlightTelemetryStats" singleinstance="true" settings="false" category="System" priority="true">
|
||||
<description>Maintains the telemetry statistics from the OpenPilot flight computer.</description>
|
||||
|
||||
<field name="Status" units="" type="enum" elements="1" options="Disconnected,HandshakeReq,HandshakeAck,Connected"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<xml>
|
||||
<object name="GCSTelemetryStats" singleinstance="true" settings="false" category="System">
|
||||
<object name="GCSTelemetryStats" singleinstance="true" settings="false" category="System" priority="true">
|
||||
<description>The telemetry statistics from the ground computer</description>
|
||||
|
||||
<field name="Status" units="" type="enum" elements="1" options="Disconnected,HandshakeReq,HandshakeAck,Connected"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<xml>
|
||||
<object name="OPLinkStatus" singleinstance="true" settings="false" category="System">
|
||||
<object name="OPLinkStatus" singleinstance="true" settings="false" category="System" priority="true">
|
||||
<description>OPLink device status.</description>
|
||||
<field name="Description" units="" type="uint8" elements="40"/>
|
||||
<field name="CPUSerial" units="hex" type="uint8" elements="12" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user