summaryrefslogtreecommitdiff
path: root/gpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-03 13:49:07 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-03 13:49:07 +0000
commit8102cf7b920e8b818e142186227c4c967687b7eb (patch)
tree48673b0d57b43a9ed0ddb698bfc4f463b09126b8 /gpsd.xml
parent2f10ca68ff3f960dfc7e2281744e7fe77202db62 (diff)
downloadgpsd-8102cf7b920e8b818e142186227c4c967687b7eb.tar.gz
Major steps towards CONFIGDEV. (Not yet working.)
Diffstat (limited to 'gpsd.xml')
-rw-r--r--gpsd.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/gpsd.xml b/gpsd.xml
index e19141b5..8e74d4d1 100644
--- a/gpsd.xml
+++ b/gpsd.xml
@@ -1294,8 +1294,13 @@ client will see.
<varlistentry>
<term>?CONFIGCHAN</term>
<listitem>
-<para>
-</para>
+
+<para>This command sets or elicits a report of per-channel buffering policy
+and the raw bit. Without arguments, it mtells the daemon to return a
+CONFIGCHAN object for each channel to which the client is subscribed.
+An argument CONFIGCHAN object changes channel policy. If the object
+has a "device" attribute, only the channel associated with that device
+is selected. Otherwise, all subscribed channels are selected.</para>
<para>A CONFIGCHAN object has the following elements:</para>
@@ -1317,6 +1322,14 @@ client will see.
<entry>Fixed: "CONFIGCAN"</entry>
</row>
<row>
+ <entry>device</entry>
+ <entry>No</entry>
+ <entry>string</entry>
+ <entry>Name the device for which the policy change is
+ being described, or to which it is to be applied. If this attribute is
+ omitted, all subscribed channels are selected.</entry>
+</row>
+<row>
<entry>raw</entry>
<entry>No</entry>
<entry>integer</entry>