aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/common/ad9361_driver/ad9361_device.h
diff options
context:
space:
mode:
authorJulian Arnold <julian.arnold@ettus.com>2014-12-16 13:32:40 -0800
committerJulian Arnold <julian.arnold@ettus.com>2015-01-12 15:38:53 -0800
commit9d0750df6c90099eabd6d4108f51ebbee85ded21 (patch)
tree6a082a5c9832f89fb44c9e7e0c20631e62e79061 /host/lib/usrp/common/ad9361_driver/ad9361_device.h
parent12e86cc384b150a8fbc1ce22533df62cba58df10 (diff)
downloaduhd-9d0750df6c90099eabd6d4108f51ebbee85ded21.tar.gz
uhd-9d0750df6c90099eabd6d4108f51ebbee85ded21.tar.bz2
uhd-9d0750df6c90099eabd6d4108f51ebbee85ded21.zip
ad9361: rssi readout
Diffstat (limited to 'host/lib/usrp/common/ad9361_driver/ad9361_device.h')
-rw-r--r--host/lib/usrp/common/ad9361_driver/ad9361_device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/common/ad9361_driver/ad9361_device.h b/host/lib/usrp/common/ad9361_driver/ad9361_device.h
index 41af2eeea..8c163572c 100644
--- a/host/lib/usrp/common/ad9361_driver/ad9361_device.h
+++ b/host/lib/usrp/common/ad9361_driver/ad9361_device.h
@@ -63,6 +63,9 @@ public:
/* Turn on/off AD9361's TX port --> RX port loopback. */
void data_port_loopback(const bool loopback_enabled);
+ /* Read back the internal RSSI measurement data. */
+ double get_rssi(chain_t chain);
+
//Constants
static const double AD9361_MAX_GAIN;
static const double AD9361_MAX_CLOCK_RATE;