From 6113b921e4cce8fdb57575eb9418b84322d87c3c Mon Sep 17 00:00:00 2001 From: michael-west Date: Tue, 19 May 2015 11:34:57 -0700 Subject: E300: Implement get_freq() for E300 network mode. --- host/lib/usrp/e300/e300_remote_codec_ctrl.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/lib/usrp/e300/e300_remote_codec_ctrl.hpp') diff --git a/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp b/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp index cbc4b52d2..e21f2ef95 100644 --- a/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp +++ b/host/lib/usrp/e300/e300_remote_codec_ctrl.hpp @@ -44,6 +44,7 @@ public: 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; + static const boost::uint32_t ACTION_GET_FREQ = 16; //Values for "which" static const boost::uint32_t CHAIN_NONE = 0; -- cgit v1.2.3