2013-11-17 02:54:26 +01:00
|
|
|
<xml>
|
|
|
|
<object name="DebugLogControl" singleinstance="true" settings="false" category="System">
|
2013-11-19 18:55:38 +01:00
|
|
|
<description>Log Control Object - Used to issue commands to the on board logging system</description>
|
|
|
|
<!-- Set Operation to Retrieve, in combination with Flight and Entry
|
|
|
|
fields, to
|
|
|
|
load a specific log entry into the DebugLogEntry UAVObject on
|
|
|
|
flight side - must be retrieved separately. If the log entry does
|
|
|
|
not exist, its Type field will be set to Empty, indicating a
|
|
|
|
nonexistant entry.
|
|
|
|
Set Operation to FormatFlash to format the flash partition used
|
|
|
|
for logs. Will only format if flightstatus is DISARMED!-->
|
2013-11-17 20:14:50 +01:00
|
|
|
<field name="Operation" units="" type="enum" elements="1" options="None, Retrieve, FormatFlash" />
|
2013-11-17 02:54:26 +01:00
|
|
|
<field name="Flight" units="" type="uint16" elements="1" />
|
|
|
|
<field name="Entry" units="" type="uint16" elements="1" />
|
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="true" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="true" updatemode="manual" period="0"/>
|
|
|
|
<logging updatemode="manual" period="0"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|