diff options
author | Jörgen Scott <jorgen.scott@gmail.com> | 2014-12-16 09:23:31 +0100 |
---|---|---|
committer | Jörgen Scott <jorgen.scott@gmail.com> | 2014-12-16 09:23:31 +0100 |
commit | f4e359f774eef5ec2a006a431a546e915b27f02b (patch) | |
tree | 27aad5426ae25a5abc513aec35434d80979feebb /src/DabMod.cpp | |
parent | 855311975814891f531577f90115bfb5fa6ed252 (diff) | |
download | dabmod-f4e359f774eef5ec2a006a431a546e915b27f02b.tar.gz dabmod-f4e359f774eef5ec2a006a431a546e915b27f02b.tar.bz2 dabmod-f4e359f774eef5ec2a006a431a546e915b27f02b.zip |
Added static delay via telnet control
Diffstat (limited to 'src/DabMod.cpp')
-rw-r--r-- | src/DabMod.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DabMod.cpp b/src/DabMod.cpp index 14c7c4b..ee21ed4 100644 --- a/src/DabMod.cpp +++ b/src/DabMod.cpp @@ -363,6 +363,9 @@ int main(int argc, char* argv[]) } } + //std::string zmqCtrlEndpoint = pt.get("remotecontrol.zmqctrlendpoint", ""); + //std::cout << "ZmqCtrlEndpoint: " << zmqCtrlEndpoint << std::endl; + // input params: if (pt.get("input.loop", 0) == 1) { loop = true; |