mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-1803 Initial commit
This commit is contained in:
parent
ba217a3d7d
commit
a60baf281f
11
shared/uavobjectdefinition/receiverstatus.xml
Normal file
11
shared/uavobjectdefinition/receiverstatus.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<xml>
|
||||
<object name="ReceiverStatus" singleinstance="true" settings="false" category="System" priority="true">
|
||||
<description>Receiver status.</description>
|
||||
<field name="Quality" units="%" type="uint8" elements="1" defaultvalue="0"/>
|
||||
|
||||
<access gcs="readonly" flight="readwrite"/>
|
||||
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
||||
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
|
||||
<logging updatemode="manual" period="0"/>
|
||||
</object>
|
||||
</xml>
|
Loading…
x
Reference in New Issue
Block a user