summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_mimo_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/lib/uhd_mimo_source.h')
-rw-r--r--gr-uhd/lib/uhd_mimo_source.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_mimo_source.h b/gr-uhd/lib/uhd_mimo_source.h
index 916f50972..e234779df 100644
--- a/gr-uhd/lib/uhd_mimo_source.h
+++ b/gr-uhd/lib/uhd_mimo_source.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
*/