aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/pwr_cal_mgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/common/pwr_cal_mgr.cpp')
-rw-r--r--host/lib/usrp/common/pwr_cal_mgr.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/lib/usrp/common/pwr_cal_mgr.cpp b/host/lib/usrp/common/pwr_cal_mgr.cpp
index 7fb569e83..2f5f2e87a 100644
--- a/host/lib/usrp/common/pwr_cal_mgr.cpp
+++ b/host/lib/usrp/common/pwr_cal_mgr.cpp
@@ -185,6 +185,11 @@ public:
_mode = mode;
}
+ tracking_mode get_tracking_mode() override
+ {
+ return _mode;
+ }
+
void set_serial(const std::string& serial) override
{
if (serial == _serial || serial.empty()) {