aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/clock_ctrl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-02-03 17:43:38 -0800
committerJosh Blum <josh@joshknows.com>2011-02-03 17:43:38 -0800
commitabf755a8846b6e2afa53c9b521069e488038cf9a (patch)
tree320a801cfa577327bbcd19a00c3aa3f3bd99107a /host/lib/usrp/usrp1/clock_ctrl.hpp
parentd6cab26bf26d61d71ba0792bce8f48a89f7dc2d7 (diff)
parent67bba008255f98367cf19dba518dceb40f763c25 (diff)
downloaduhd-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.hpp7
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
*/