mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
gpsposition: minor text changes to description text
No functional change. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2770 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
21a06956c1
commit
ec8135bd5d
@ -1,6 +1,6 @@
|
||||
<xml>
|
||||
<object name="GPSPosition" singleinstance="true" settings="false">
|
||||
<description>Future object for the raw GPS data from @ref GPSModule. Only should be used by @ref AHRSCommsModule.</description>
|
||||
<description>Raw GPS data from @ref GPSModule. Should only be used by @ref AHRSCommsModule.</description>
|
||||
<field name="Status" units="" type="enum" elements="1" options="NoGPS,NoFix,Fix2D,Fix3D"/>
|
||||
<field name="Latitude" units="degrees x 10^-7" type="int32" elements="1"/>
|
||||
<field name="Longitude" units="degrees x 10^-7" type="int32" elements="1"/>
|
||||
|
Loading…
Reference in New Issue
Block a user