diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-16 10:15:25 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-04-16 10:15:25 +0200 |
commit | 5e08ec5d0d71857b21536221f6fda9c936afa7e0 (patch) | |
tree | 6492bc3d1315aa285ad0424e0f71a8de7bee5f4c /doc/easydabv3.ini | |
parent | a878abd2aa41f530a558ee83639832d907a24029 (diff) | |
download | dabmod-5e08ec5d0d71857b21536221f6fda9c936afa7e0.tar.gz dabmod-5e08ec5d0d71857b21536221f6fda9c936afa7e0.tar.bz2 dabmod-5e08ec5d0d71857b21536221f6fda9c936afa7e0.zip |
Do not compile useless files for easydabv3
Diffstat (limited to 'doc/easydabv3.ini')
-rw-r--r-- | doc/easydabv3.ini | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/easydabv3.ini b/doc/easydabv3.ini new file mode 100644 index 0000000..5f0103f --- /dev/null +++ b/doc/easydabv3.ini @@ -0,0 +1,37 @@ +; This sample configuration is useful if ODR-DabMod is compiled +; with --enable-easydabv3 + +[remotecontrol] +zmqctrl=1 +zmqctrlendpoint=tcp://127.0.0.1:9400 +; There is no telnet RC available in this build + + +[log] +syslog=0 +filelog=0 +filename=odr-dabmod.log + +[input] +transport=zeromq +source=tcp://localhost:9100 +max_frames_queued=400 + +; There are no [modulator], [cfr], [firfilter], [poly] nor [tii] sections + +[output] +output=file + +[fileoutput] +; to be confirmed +format=complexf + +filename=/dev/csdiof1 + +show_metadata=0 +; TODO add option for writing out timestamps to csdiof1 + +[delaymanagement] +synchronous=0 +mutenotimestamps=0 +offset=1.002 |