diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-17 15:57:11 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-18 09:37:12 -0800 |
commit | eb1f8f160b803bae60c2af7be35e42ece3b8a62b (patch) | |
tree | 1b5d3d0d030f956dd0409580b719a9e966778378 /host/lib/include/uhdlib/usrp/common/lmx2592.hpp | |
parent | 34e12fb56f18f26b09997504fd2facf16e5b4060 (diff) | |
download | uhd-eb1f8f160b803bae60c2af7be35e42ece3b8a62b.tar.gz uhd-eb1f8f160b803bae60c2af7be35e42ece3b8a62b.tar.bz2 uhd-eb1f8f160b803bae60c2af7be35e42ece3b8a62b.zip |
formatting: preparing for uhd::math cleanup
Formatting files that will be touched in upcoming changes to uhd::math
Diffstat (limited to 'host/lib/include/uhdlib/usrp/common/lmx2592.hpp')
-rw-r--r-- | host/lib/include/uhdlib/usrp/common/lmx2592.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/lib/include/uhdlib/usrp/common/lmx2592.hpp b/host/lib/include/uhdlib/usrp/common/lmx2592.hpp index 91beb24b7..f71ae0cf5 100644 --- a/host/lib/include/uhdlib/usrp/common/lmx2592.hpp +++ b/host/lib/include/uhdlib/usrp/common/lmx2592.hpp @@ -19,7 +19,8 @@ #include <utility> #include <vector> -class lmx2592_iface { +class lmx2592_iface +{ public: typedef std::shared_ptr<lmx2592_iface> sptr; @@ -37,8 +38,7 @@ public: enum mash_order_t { INT_N, FIRST, SECOND, THIRD, FOURTH }; - virtual double set_frequency( - double target_freq, + virtual double set_frequency(double target_freq, const bool spur_dodging, const double spur_dodging_threshold) = 0; |