diff options
author | Josh Blum <josh@joshknows.com> | 2011-02-03 17:43:38 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-02-03 17:43:38 -0800 |
commit | abf755a8846b6e2afa53c9b521069e488038cf9a (patch) | |
tree | 320a801cfa577327bbcd19a00c3aa3f3bd99107a /host/lib/usrp/usrp1/clock_ctrl.hpp | |
parent | d6cab26bf26d61d71ba0792bce8f48a89f7dc2d7 (diff) | |
parent | 67bba008255f98367cf19dba518dceb40f763c25 (diff) | |
download | uhd-abf755a8846b6e2afa53c9b521069e488038cf9a.tar.gz uhd-abf755a8846b6e2afa53c9b521069e488038cf9a.tar.bz2 uhd-abf755a8846b6e2afa53c9b521069e488038cf9a.zip |
Merge branch 'multi_usrp_only' into latency_test
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 */ |