1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/shared/uavobjectdefinition/waypointactive.xml

11 lines
488 B
XML
Raw Normal View History

2012-03-11 12:31:38 +01:00
<xml>
<object name="WaypointActive" singleinstance="true" settings="false" category="Navigation">
2012-03-11 12:31:38 +01:00
<description>Indicates the currently active waypoint</description>
<field name="Index" units="" type="int16" elements="1"/>
2012-03-11 12:31:38 +01:00
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="onchange" period="0"/>
<logging updatemode="manual" period="0"/>
2012-03-11 12:31:38 +01:00
</object>
</xml>