summaryrefslogtreecommitdiff
path: root/libgpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-01 13:56:41 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-01 13:56:41 +0000
commit3a012e757f634a194e39cfcaf98363b11b8428e7 (patch)
tree1ded858eca2470a3f66d3358acbff3090b3c0685 /libgpsd.xml
parent8b539e229eadd2151db12ebdd1fcb110e6272360 (diff)
downloadgpsd-3a012e757f634a194e39cfcaf98363b11b8428e7.tar.gz
Python-binding initialization no longer requires a device-type argument.
Diffstat (limited to 'libgpsd.xml')
-rw-r--r--libgpsd.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/libgpsd.xml b/libgpsd.xml
index 334ea0e4..98030e7a 100644
--- a/libgpsd.xml
+++ b/libgpsd.xml
@@ -54,7 +54,7 @@ Python:
import gpsd
-session = gpsd.gpsd(device="/dev/gps", devtype='n', dgps=None, logger=None)
+session = gpsd.gpsd(device="/dev/gps", dgps=None, logger=None)
session.activate()
session.deactivate()
@@ -91,7 +91,9 @@ initializes a session structure to hold the data collected by the GPS.</para>
<para>You must specify a device type by key letter; to list key
letters, run <command>gpsd -h</command>. It is generally safe to
-specify 'n', as most modern GPSes speak NMEA.</para>
+specify 'n', as most modern GPSes speak NMEA. (The Python binding
+no longer requires setting a device type; this is a future direction
+for the C binding)</para>
<para>You may optionally specify a DGPS server, either as a string
containing a server name or a string containining server name followed