From 9d0750df6c90099eabd6d4108f51ebbee85ded21 Mon Sep 17 00:00:00 2001 From: Julian Arnold Date: Tue, 16 Dec 2014 13:32:40 -0800 Subject: ad9361: rssi readout --- host/lib/usrp/common/ad9361_driver/ad9361_device.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/usrp/common/ad9361_driver/ad9361_device.h') 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; -- cgit v1.2.3