diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-12 07:42:22 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-12 07:42:22 +0200 |
commit | fed9a724ca91417e84071255890ec26ff797fd4f (patch) | |
tree | e20a2f1ddcf4e18acf1fcc5790507a2b515d1ff9 /doc | |
parent | 5e5c0871db3069958ae072c5a367c4467f261d3e (diff) | |
download | dabmod-fed9a724ca91417e84071255890ec26ff797fd4f.tar.gz dabmod-fed9a724ca91417e84071255890ec26ff797fd4f.tar.bz2 dabmod-fed9a724ca91417e84071255890ec26ff797fd4f.zip |
Simplify TIST offset handling, add offset to RC
This breaks old configuration files using synchronous=1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/doc/example.ini b/doc/example.ini index d7f0a4f..322bbe9 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -221,16 +221,11 @@ synchronous=0 ; Whether to mute the TX when incoming frames have no timestamp mutenotimestamps=0 -; Choose between fixed and dynamic offset definition -; fixed defines an offset in this file that cannot be changed while -; the modulator runs. -; -; dynamic reads the offset from a file, and if the value changes, -; the chain does a re-sync. -management=dynamic +; This iffset is added to the TIST, and the sum defines the +; TX time of the transmission frame. It can by changed at runtime +; through the remote control. +offset=0.002 -fixedoffset=0.002 +; The previous static vs dynamic offset distinction, and reading the +; modulatoroffset from a file has been removed. -; The file should contain a single floating point value, written -; in ASCII (it's human-readable, not binary) -dynamicoffsetfile=modulator_offset |