aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/device3/device3_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/device3/device3_impl.hpp')
-rw-r--r--host/lib/usrp/device3/device3_impl.hpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/host/lib/usrp/device3/device3_impl.hpp b/host/lib/usrp/device3/device3_impl.hpp
index 62fd399ac..17f6a3f6f 100644
--- a/host/lib/usrp/device3/device3_impl.hpp
+++ b/host/lib/usrp/device3/device3_impl.hpp
@@ -170,10 +170,15 @@ protected:
/***********************************************************************
* Streaming-related
**********************************************************************/
- // The 'rate' argument is so we can use these as subscribers to rate changes
public: // TODO make these protected again
- void update_rx_streamers(double rate = -1.0);
- void update_tx_streamers(double rate = -1.0);
+ /*! Update tick rate, samp rate, and scaling on the streamers by querying
+ * the graph.
+ */
+ void update_rx_streamers();
+ /*! Update tick rate, samp rate, and scaling on the streamers by querying
+ * the graph.
+ */
+ void update_tx_streamers();
protected:
/***********************************************************************