LP-490 changed default gyro process noise to increase filter stability (converges...
[librepilot.git] / shared / uavobjectdefinition / debuglogstatus.xml
blobb1183d6848c192a670636695d70ce4e56b1cc540
1 <xml>
2     <object name="DebugLogStatus" singleinstance="true" settings="false" category="System">
3         <description>Log Status Object, contains log partition status information</description>
4         <field name="Flight" units="" type="uint16" elements="1" description="The current flight number (logging session)"/>
5         <field name="Entry" units="" type="uint16" elements="1" description="The current log entry id"/>
6         <field name="UsedSlots" units="" type="uint16" elements="1" description="Holds the total log entries saved"/>
7         <field name="FreeSlots" units="" type="uint16" elements="1" description="The number of free log slots available"/>
8         <access gcs="readwrite" flight="readwrite"/>
9         <telemetrygcs acked="false" updatemode="manual" period="0"/>
10         <telemetryflight acked="false" updatemode="periodic" period="1000"/>
11         <logging updatemode="manual" period="0"/>
12     </object>
13 </xml>