Merge branch 'next' into LP-295_OP-1900_fixedwingautotakeoff_rebasenext
[librepilot.git] / shared / uavobjectdefinition / gcsreceiver.xml
blob5e76d1928aa627e5a04c27192ccbadeb24c8dae9
1 <xml>
2     <object name="GCSReceiver" singleinstance="true" settings="false" category="Control">
3         <description>A receiver channel group carried over the telemetry link.</description>
4         <field name="Channel" units="us" type="uint16" elements="8"/>
5         <access gcs="readwrite" flight="readwrite"/>
6         <telemetrygcs acked="false" updatemode="onchange" period="0"/>
7         <telemetryflight acked="false" updatemode="onchange" period="0"/>
8         <logging updatemode="manual" period="0"/>
9     </object>
10 </xml>