diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-01-23 10:15:34 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-01-23 10:15:34 +0100 |
commit | d82422fbb3d9d34a0566197245376548ce3ef14e (patch) | |
tree | 63515cc3f7ba533c133491daadb697b7d02c90bd /doc | |
parent | acadc7f9ea3e7f83abae78b662216b7fe6b7c25c (diff) | |
download | dabmod-d82422fbb3d9d34a0566197245376548ce3ef14e.tar.gz dabmod-d82422fbb3d9d34a0566197245376548ce3ef14e.tar.bz2 dabmod-d82422fbb3d9d34a0566197245376548ce3ef14e.zip |
Code indentation, minor corrections
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/example.ini b/doc/example.ini index 9a80eeb..ecb7440 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -9,14 +9,15 @@ telnet=1 telnetport=2121 ; Enable zmq remote control. -; The zmq remote control is intended for machine-to-machine -; integration and requires that the odr-mod is build with zmq support. -; The zmq remote control may run in parallell with Telnet. +; The zmq remote control is intended for machine-to-machine +; integration and requires that ODR-DabMod is built with zmq support. +; The zmq remote control may run in parallel with Telnet. +; ; Protocol: -; The odr-dabmod binds a zmq rep socket so clients must connect +; ODR-DabMod binds a zmq rep socket so clients must connect ; using either req or dealer socket. ; [] denotes message part as zmq multi-part message are used for delimitation. -; All message parts are utf-8 encoded strings and matches the Telnet command set. +; All message parts are utf-8 encoded strings and match the Telnet command set. ; Explicit codes are denoted with "". ; The following commands are supported: ; REQ: ["ping"] @@ -163,7 +164,7 @@ channel=13C ; The reference clock to use. ; possible values : internal, external, MIMO -refclk_source=external +refclk_source=internal ; The reference one pulse-per second to use ; possible values : none, external, MIMO |