2011-08-02 07:27:37 +02:00
|
|
|
<xml>
|
2013-06-22 19:58:54 +02:00
|
|
|
<object name="ReceiverActivity" singleinstance="true" settings="false" category="System">
|
2011-08-02 07:27:37 +02:00
|
|
|
<description>Monitors which receiver channels have been active within the last second.</description>
|
|
|
|
<field name="ActiveGroup" units="Channel Group" type="enum" elements="1"
|
2015-04-26 14:35:35 +02:00
|
|
|
options="PWM,PPM,DSM (MainPort),DSM (FlexiPort),S.Bus,SRXL,GCS,OPLink,None"
|
2011-08-02 07:27:37 +02:00
|
|
|
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"/>
|
2012-04-21 20:59:14 +02:00
|
|
|
<logging updatemode="manual" period="0"/>
|
2011-08-02 07:27:37 +02:00
|
|
|
</object>
|
|
|
|
</xml>
|