summaryrefslogtreecommitdiff
path: root/doc/explan_libgps.c.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/explan_libgps.c.xml')
-rw-r--r--doc/explan_libgps.c.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/explan_libgps.c.xml b/doc/explan_libgps.c.xml
index 669ee7af..ffb2944a 100644
--- a/doc/explan_libgps.c.xml
+++ b/doc/explan_libgps.c.xml
@@ -13,6 +13,10 @@
<tbody>
<row>
+ <entry><function>char *deg_to_str( enum deg_str_type type, double f)</function></entry>
+ <entry><para>Convert double degrees to a static string and return a pointer to it.</para><para>Makes a simple check on invalid degree values (less than 0 or more than 360) and returns "nan" if found.</para><para>For valid values, it generates the appropriate string according to the string type enumeration, defaulting to DD MM SS.sss</para></entry>
+</row>
+<row>
<entry><function>enum unit gpsd_units(void)</function></entry>
<entry><para>Simple check of the environment to determine what units are required. If all else fails, use compiled in units.</para></entry>
</row>
@@ -66,13 +70,13 @@
</row>
<row>
<entry><function>int main(int argc, char *argv[])</function></entry>
- <entry><para>A simple command line parser and endless loop to exercise the daemon when deugging.</para></entry>
+ <entry><para>A simple command line parser and endless loop to exercise the daemon when debugging.</para></entry>
</row>
</tbody>
<tfoot>
<row>
- <entry spanname='s1' align='left'>Notes based on <function>$Id: libgps.c 4226 2007-01-06 20:26:47Z ckuethe $</function></entry>
+ <entry spanname='s1' align='left'>Notes based on <function>$Id: libgps.c 4377 2007-06-02 14:52:38Z esr $</function></entry>
</row>
</tfoot>