mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
8c7792b6e5
- FligthPlanInfo contains the number of waypoints and action pathes - FligthPlanInfo contains a CRC of all waypoints and action pathes - The CRC is not yet implemented - These informations will be used to check the consistency of a flight plan
15 lines
678 B
XML
15 lines
678 B
XML
<xml>
|
|
<object name="FlightPlanInfo" singleinstance="true" settings="false" category="Navigation">
|
|
<description>Flight plan informations</description>
|
|
|
|
<field name="WaypointCount" units="" type="uint16" elements="1" default="0" />
|
|
<field name="PathActionCount" units="" type="uint16" elements="1" default="0" />
|
|
<field name="Crc" units="" type="uint8" elements="1" default="0" />
|
|
|
|
<access gcs="readwrite" flight="readonly"/>
|
|
<telemetrygcs acked="true" updatemode="manual" period="0"/>
|
|
<telemetryflight acked="true" updatemode="manual" period="0"/>
|
|
<logging updatemode="manual" period="0"/>
|
|
</object>
|
|
</xml>
|