1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/shared/uavobjectdefinition/gpstime.xml
Corvus Corax 3f1ea5ed09 set all uavobjects logging mode to manual
enable only at users discretion as needed to preserve log space
2013-11-17 20:45:04 +01:00

16 lines
912 B
XML

<xml>
<object name="GPSTime" singleinstance="true" settings="false" category="Sensors">
<description>Contains the GPS time from @ref GPSModule. Required to compute the world magnetic model correctly when setting the home location.</description>
<field name="Month" units="" type="int8" elements="1"/>
<field name="Day" units="" type="int8" elements="1"/>
<field name="Year" units="" type="int16" elements="1"/>
<field name="Hour" units="" type="int8" elements="1"/>
<field name="Minute" units="" type="int8" elements="1"/>
<field name="Second" units="" type="int8" elements="1"/>
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="periodic" period="10000"/>
<logging updatemode="manual" period="0"/>
</object>
</xml>