aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp
diff options
context:
space:
mode:
authorJulian Arnold <julian.arnold@ettus.com>2014-12-16 12:08:56 -0800
committerJulian Arnold <julian.arnold@ettus.com>2015-01-12 15:39:13 -0800
commit23729861a2020359b9c920347bd2d7c43d96ebf8 (patch)
tree5ad559dc2eb24683298e8a67396c7aded0227760 /host/lib/usrp/e300/e300_remote_codec_ctrl.hpp
parent6a98b4e67c6af0e3a17135a41c3c7bfdf62f4892 (diff)
downloaduhd-23729861a2020359b9c920347bd2d7c43d96ebf8.tar.gz
uhd-23729861a2020359b9c920347bd2d7c43d96ebf8.tar.bz2
uhd-23729861a2020359b9c920347bd2d7c43d96ebf8.zip
e300: rssi sensor network support
Diffstat (limited to 'host/lib/usrp/e300/e300_remote_codec_ctrl.hpp')
-rw-r--r--host/lib/usrp/e300/e300_remote_codec_ctrl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp b/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp
index 015ad8323..cbc4b52d2 100644
--- a/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp
+++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp
@@ -33,6 +33,7 @@ public:
double rate;
double gain;
double freq;
+ double rssi;
boost::uint64_t bits;
};
@@ -42,6 +43,7 @@ public:
static const boost::uint32_t ACTION_SET_ACTIVE_CHANS = 12;
static const boost::uint32_t ACTION_TUNE = 13;
static const boost::uint32_t ACTION_SET_LOOPBACK = 14;
+ static const boost::uint32_t ACTION_GET_RSSI = 15;
//Values for "which"
static const boost::uint32_t CHAIN_NONE = 0;