2013-11-17 20:14:50 +01:00
|
|
|
<xml>
|
|
|
|
<object name="DebugLogStatus" singleinstance="true" settings="false" category="System">
|
2013-11-19 18:55:38 +01:00
|
|
|
<description>Log Status Object, contains log partition status information</description>
|
2014-10-11 16:12:58 +02:00
|
|
|
<field name="Flight" units="" type="uint16" elements="1" description="The current flight number (logging session)"/>
|
|
|
|
<field name="Entry" units="" type="uint16" elements="1" description="The current log entry id"/>
|
|
|
|
<field name="UsedSlots" units="" type="uint16" elements="1" description="Holds the total log entries saved"/>
|
|
|
|
<field name="FreeSlots" units="" type="uint16" elements="1" description="The number of free log slots available"/>
|
2013-11-17 20:14:50 +01:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
2017-12-03 17:57:55 +01:00
|
|
|
<telemetryflight acked="false" updatemode="throttled" period="1000"/>
|
2013-11-17 20:14:50 +01:00
|
|
|
<logging updatemode="manual" period="0"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|