aboutsummaryrefslogtreecommitdiffstats
path: root/doc/zmq-ctrl/cpp/OdrModCtrl.cpp
diff options
context:
space:
mode:
authorJörgen Scott <jorgen.scott@gmail.com>2015-02-09 15:54:45 +0100
committerJörgen Scott <jorgen.scott@gmail.com>2015-02-09 15:54:45 +0100
commit958e286699348c1c2110155efd2a1682fb6a1ac4 (patch)
tree9f23c7afd150dbcda2a6ec0fec8e87f4cbb82770 /doc/zmq-ctrl/cpp/OdrModCtrl.cpp
parentb31494c688ad93f2c09688a9061c7d392c6844a7 (diff)
downloaddabmod-958e286699348c1c2110155efd2a1682fb6a1ac4.tar.gz
dabmod-958e286699348c1c2110155efd2a1682fb6a1ac4.tar.bz2
dabmod-958e286699348c1c2110155efd2a1682fb6a1ac4.zip
changed static delay parameter type
Diffstat (limited to 'doc/zmq-ctrl/cpp/OdrModCtrl.cpp')
-rw-r--r--doc/zmq-ctrl/cpp/OdrModCtrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq-ctrl/cpp/OdrModCtrl.cpp b/doc/zmq-ctrl/cpp/OdrModCtrl.cpp
index cd48fd1..731a9af 100644
--- a/doc/zmq-ctrl/cpp/OdrModCtrl.cpp
+++ b/doc/zmq-ctrl/cpp/OdrModCtrl.cpp
@@ -142,7 +142,7 @@ bool COdrModCtrl::SetMuting(const bool mute, std::string &error)
return DoSet(MOD_UHD, PARAM_MUTE, mute, error);
}
-bool COdrModCtrl::SetStaticDelay(const uint32_t delayUs, std::string &error)
+bool COdrModCtrl::SetStaticDelay(const int32_t delayUs, std::string &error)
{
return DoSet(MOD_UHD, PARAM_STAT_DELAY, delayUs, error);
}