summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_mimo_sink.h
diff options
context:
space:
mode:
authorJosh Blum2010-07-04 20:22:35 -0700
committerJosh Blum2010-07-04 20:22:35 -0700
commit26cf4db8892b43ff8c085589c2fefe2a8e228dde (patch)
tree02fadf83701e839bbf838a2a52ae16a391d51890 /gr-uhd/lib/uhd_mimo_sink.h
parent4e636b2b4bb29d5224aeff4ae79af121020338f1 (diff)
downloadgnuradio-26cf4db8892b43ff8c085589c2fefe2a8e228dde.tar.gz
gnuradio-26cf4db8892b43ff8c085589c2fefe2a8e228dde.tar.bz2
gnuradio-26cf4db8892b43ff8c085589c2fefe2a8e228dde.zip
uhd: added call to readback time registers, work on locking clocks in mimo config
Diffstat (limited to 'gr-uhd/lib/uhd_mimo_sink.h')
-rw-r--r--gr-uhd/lib/uhd_mimo_sink.h6
1 files changed, 6 insertions, 0 deletions
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
@@ -114,6 +114,12 @@ public:
virtual std::vector<std::string> 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
*/