summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-10-02 02:48:58 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-10-02 02:48:58 +0000
commita3786bd5b4ac6579f3118e6e9cbf1a2d15e64078 (patch)
treebee6a10cb433ad804c922668cf5ffd913035cd72 /doc
parentupdated svn:ignore (diff)
added options for input and output modules
git-svn-id: https://svn.spreadspace.org/gcsd/trunk@4 ac14a137-c7f1-4531-abe0-07747231d213
Diffstat (limited to 'doc')
-rw-r--r--doc/gcsd.818
-rw-r--r--doc/gcsd.8.txt21
2 files changed, 38 insertions, 1 deletions
diff --git a/doc/gcsd.8 b/doc/gcsd.8
index c8daef6..ed03733 100644
--- a/doc/gcsd.8
+++ b/doc/gcsd.8
@@ -32,6 +32,8 @@ gcsd \- generic command sequencer damon
[ \fB\-P|\-\-write\-pid\fR <filename> ]
[ \fB\-L|\-\-log\fR <target>:<level>[,<param1>[,<param2>[\&.\&.]]] ]
[ \fB\-U|\-\-debug\fR ]
+ [ \fB\-o|\-\-output\fR <module>:[<param1>[,<param2>[,<param3>[\&.\&.]]]] ]
+ [ \fB\-i|\-\-input\fR <module>:[<param1>[,<param2>[,<param3>[\&.\&.]]]] ]
.fi
.SH "DESCRIPTION"
.sp
@@ -112,6 +114,22 @@ to run in debug mode\&. It implicits
\fBstdout:5\fR
(logging with maximum level)\&. In future releases there might be additional output when this option is supplied\&.
.RE
+.PP
+\fB\-o, \-\-output <module>:[<param1>[,<param2>[,<param3>[\&.\&.]]]]\fR
+.RS 4
+set and configure the command output module\&. See Modules section for further information on which modules exist and how they can be configured\&. By default the output module is set to
+\fBserial:/dev/ttyS0,9600,8n1\fR
+.RE
+.PP
+\fB\-o, \-\-input <module>:[<param1>[,<param2>[,<param3>[\&.\&.]]]]\fR
+.RS 4
+set and configure command input modules\&. This can be invoked several times\&. gcsd will use all input modules in paralell\&. See Modules section for further information on which modules exist and how they can be configured\&. By default a single input module with the config
+\fBunix:/var/run/gcsd\&.sock,660\fR
+is used\&.
+.RE
+.SH "MODULES"
+.sp
+tba
.SH "EXAMPLES"
.sp
nothing yet\&.\&.
diff --git a/doc/gcsd.8.txt b/doc/gcsd.8.txt
index a76a93d..39181d7 100644
--- a/doc/gcsd.8.txt
+++ b/doc/gcsd.8.txt
@@ -4,7 +4,7 @@ gcsd(8)
NAME
----
-gcsd - generic command sequencer damon
+gcsd - generic command sequencer daemon
SYNOPSIS
@@ -20,6 +20,9 @@ gcsd
[ -P|--write-pid <filename> ]
[ -L|--log <target>:<level>[,<param1>[,<param2>[..]]] ]
[ -U|--debug ]
+ [ -o|--output <module>:[<param1>[,<param2>[,<param3>[..]]]] ]
+ [ -i|--input <module>:[<param1>[,<param2>[,<param3>[..]]]] ]
+
....
@@ -82,6 +85,22 @@ The following options can be passed to the *gcsd* daemon:
*stdout:5* (logging with maximum level). In future releases there might
be additional output when this option is supplied.
+*-o, --output <module>:[<param1>[,<param2>[,<param3>[..]]]]*::
+ set and configure the command output module. See Modules section for further
+ information on which modules exist and how they can be configured. By default
+ the output module is set to *serial:/dev/ttyS0,9600,8n1*
+
+*-i, --input <module>:[<param1>[,<param2>[,<param3>[..]]]]*::
+ set and configure command input modules. This can be invoked several times.
+ gcsd will use all input modules in paralell. See Modules section for further
+ information on which modules exist and how they can be configured. By default
+ a single input module with the config *unix:/var/run/gcsd.sock,660* is used.
+
+
+Modules
+-------
+tba
+
EXAMPLES
--------