diff options
Diffstat (limited to 'host/lib/include/uhdlib/usrp/common/lmx2592.hpp')
-rw-r--r-- | host/lib/include/uhdlib/usrp/common/lmx2592.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/usrp/common/lmx2592.hpp b/host/lib/include/uhdlib/usrp/common/lmx2592.hpp index 0e86d82aa..91beb24b7 100644 --- a/host/lib/include/uhdlib/usrp/common/lmx2592.hpp +++ b/host/lib/include/uhdlib/usrp/common/lmx2592.hpp @@ -37,7 +37,10 @@ public: enum mash_order_t { INT_N, FIRST, SECOND, THIRD, FOURTH }; - virtual double set_frequency(double target_freq) = 0; + virtual double set_frequency( + double target_freq, + const bool spur_dodging, + const double spur_dodging_threshold) = 0; virtual void set_mash_order(mash_order_t mash_order) = 0; |