diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-03 15:28:00 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-03 15:28:00 -0800 |
commit | 1c8626e40cc9e5243cea0956c6d35d9d96c08d38 (patch) | |
tree | f1621dbd71469508e054dcf892d043d33c4aee98 /host/lib/usrp/usrp1/clock_ctrl.hpp | |
parent | 6ccd8fc94607d5e81ac4c8a819e9ce89966a6692 (diff) | |
parent | 67bba008255f98367cf19dba518dceb40f763c25 (diff) | |
download | uhd-1c8626e40cc9e5243cea0956c6d35d9d96c08d38.tar.gz uhd-1c8626e40cc9e5243cea0956c6d35d9d96c08d38.tar.bz2 uhd-1c8626e40cc9e5243cea0956c6d35d9d96c08d38.zip |
Merge branch 'multi_usrp_only' into convert_fc64
Diffstat (limited to 'host/lib/usrp/usrp1/clock_ctrl.hpp')
-rw-r--r-- | host/lib/usrp/usrp1/clock_ctrl.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp1/clock_ctrl.hpp b/host/lib/usrp/usrp1/clock_ctrl.hpp index 366869dab..645472f02 100644 --- a/host/lib/usrp/usrp1/clock_ctrl.hpp +++ b/host/lib/usrp/usrp1/clock_ctrl.hpp @@ -40,6 +40,13 @@ public: static sptr make(usrp1_iface::sptr iface); /*! + * Set the rate of the fpga clock line. + * Note: does not really set, its all software. + * \param freq the new clock rate in Hz + */ + virtual void set_master_clock_freq(double freq) = 0; + + /*! * Get the rate of the fpga clock line. * \return the fpga clock rate in Hz */ |