diff options
author | Julian Arnold <julian.arnold@ettus.com> | 2015-03-19 11:49:54 -0700 |
---|---|---|
committer | Julian Arnold <julian.arnold@ettus.com> | 2015-03-19 11:59:00 -0700 |
commit | b850dfb583e05e500fd7e78af416a92f1a1e046e (patch) | |
tree | 2f3552d6b3c2746a953d847c47a6727595fdc019 /host/lib/usrp/e300/e300_remote_codec_ctrl.hpp | |
parent | 4cdb75606b6d79ac15d4b64e706a1c75368bba7d (diff) | |
download | uhd-b850dfb583e05e500fd7e78af416a92f1a1e046e.tar.gz uhd-b850dfb583e05e500fd7e78af416a92f1a1e046e.tar.bz2 uhd-b850dfb583e05e500fd7e78af416a92f1a1e046e.zip |
e3xx: filter API implementation. Supports listing of RX/TX filters, querying RX/TX filter information and writing of analog and FIR filters
Diffstat (limited to 'host/lib/usrp/e300/e300_remote_codec_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/e300/e300_remote_codec_ctrl.hpp | 3 |
1 files changed, 3 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 459d0ec55..065c5e7a0 100644 --- a/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp +++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp @@ -35,6 +35,7 @@ public: double freq; double rssi; double temp; + double bw; boost::uint32_t use_dc_correction; boost::uint32_t use_iq_correction; boost::uint32_t use_agc; @@ -54,6 +55,8 @@ public: static const boost::uint32_t ACTION_SET_IQ_BALANCE_AUTO = 18; static const boost::uint32_t ACTION_SET_AGC = 19; static const boost::uint32_t ACTION_SET_AGC_MODE = 20; + static const boost::uint32_t ACTION_SET_BW = 21; + //Values for "which" static const boost::uint32_t CHAIN_NONE = 0; |