summaryrefslogtreecommitdiff
path: root/gr-uhd/lib/uhd_mimo_sink.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/lib/uhd_mimo_sink.cc')
-rw-r--r--gr-uhd/lib/uhd_mimo_sink.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-uhd/lib/uhd_mimo_sink.cc b/gr-uhd/lib/uhd_mimo_sink.cc
index 9226d6004..6d603d7bc 100644
--- a/gr-uhd/lib/uhd_mimo_sink.cc
+++ b/gr-uhd/lib/uhd_mimo_sink.cc
@@ -92,6 +92,10 @@ public:
return _dev->get_tx_antennas(chan);
}
+ uhd::time_spec_t get_time_now(void){
+ return _dev->get_time_now();
+ }
+
void set_time_next_pps(const uhd::time_spec_t &time_spec){
return _dev->set_time_next_pps(time_spec);
}