From 26cf4db8892b43ff8c085589c2fefe2a8e228dde Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 4 Jul 2010 20:22:35 -0700 Subject: uhd: added call to readback time registers, work on locking clocks in mimo config --- gr-uhd/lib/uhd_mimo_sink.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gr-uhd/lib/uhd_mimo_sink.h') diff --git a/gr-uhd/lib/uhd_mimo_sink.h b/gr-uhd/lib/uhd_mimo_sink.h index 280f7c0e8..951980908 100644 --- a/gr-uhd/lib/uhd_mimo_sink.h +++ b/gr-uhd/lib/uhd_mimo_sink.h @@ -113,6 +113,12 @@ public: */ virtual std::vector get_antennas(size_t chan) = 0; + /*! + * Get the current time registers. + * \return the current usrp time + */ + virtual uhd::time_spec_t get_time_now(void) = 0; + /*! * Set the time registers at the next pps (across all mboards). * \param time_spec the new time -- cgit