summaryrefslogtreecommitdiffstats
path: root/doc/zmq-ctrl/cpp/OdrModCtrl.hpp
diff options
context:
space:
mode:
authorJörgen Scott <jorgen.scott@gmail.com>2015-02-09 13:36:22 +0100
committerJörgen Scott <jorgen.scott@gmail.com>2015-02-09 13:36:22 +0100
commitb31494c688ad93f2c09688a9061c7d392c6844a7 (patch)
tree095f37e97cdb26daf4cec87e71f2abde4565be7d /doc/zmq-ctrl/cpp/OdrModCtrl.hpp
parentebdd156e45a520c67201c0382b1971e39bb25b72 (diff)
downloaddabmod-b31494c688ad93f2c09688a9061c7d392c6844a7.tar.gz
dabmod-b31494c688ad93f2c09688a9061c7d392c6844a7.tar.bz2
dabmod-b31494c688ad93f2c09688a9061c7d392c6844a7.zip
added ping method + some cleaning
Diffstat (limited to 'doc/zmq-ctrl/cpp/OdrModCtrl.hpp')
-rw-r--r--doc/zmq-ctrl/cpp/OdrModCtrl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/zmq-ctrl/cpp/OdrModCtrl.hpp b/doc/zmq-ctrl/cpp/OdrModCtrl.hpp
index 0651311..8b40666 100644
--- a/doc/zmq-ctrl/cpp/OdrModCtrl.hpp
+++ b/doc/zmq-ctrl/cpp/OdrModCtrl.hpp
@@ -39,6 +39,7 @@ class COdrModCtrl
//
// For a detailed description of the various parameters, see
// example.ini.
+ virtual bool Ping(void);
virtual bool GetDigitalGain(double &gain, std::string &error);
virtual bool GetTxGain(double &gain, std::string &error);
virtual bool GetTxFrequency(double &freqHz, std::string &error);