mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
6f38e26a53
State, Sensors, System, Navigation, Control
15 lines
758 B
XML
15 lines
758 B
XML
<xml>
|
|
<object name="ReceiverActivity" singleinstance="true" settings="false" category="System">
|
|
<description>Monitors which receiver channels have been active within the last second.</description>
|
|
<field name="ActiveGroup" units="Channel Group" type="enum" elements="1"
|
|
options="PWM,PPM,DSM (MainPort),DSM (FlexiPort),S.Bus,GCS,OPLink,None"
|
|
defaultvalue="None"/>
|
|
<field name="ActiveChannel" units="channel" type="uint8" elements="1"
|
|
defaultvalue="255"/>
|
|
<access gcs="readonly" flight="readwrite"/>
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
<telemetryflight acked="false" updatemode="onchange" period="0"/>
|
|
<logging updatemode="manual" period="0"/>
|
|
</object>
|
|
</xml>
|