diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-10-12 15:36:46 -0700 |
---|---|---|
committer | mbr0wn <martin.braun@ettus.com> | 2016-10-13 16:06:19 -0700 |
commit | 6112e6590db491350442b574566cb7a55c0e9bfd (patch) | |
tree | c714dab47ce3fbfb894b77259567609652aeb733 /host | |
parent | 006c321c552781501bcb0cff9e156c991c24ce45 (diff) | |
download | uhd-6112e6590db491350442b574566cb7a55c0e9bfd.tar.gz uhd-6112e6590db491350442b574566cb7a55c0e9bfd.tar.bz2 uhd-6112e6590db491350442b574566cb7a55c0e9bfd.zip |
rfnoc radio: Minor adjustment of time setters in header
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/rfnoc/radio_ctrl_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/radio_ctrl_impl.hpp b/host/lib/rfnoc/radio_ctrl_impl.hpp index 4224ec5c4..881cce3b4 100644 --- a/host/lib/rfnoc/radio_ctrl_impl.hpp +++ b/host/lib/rfnoc/radio_ctrl_impl.hpp @@ -60,7 +60,6 @@ public: virtual double set_rx_frequency(const double freq, const size_t chan); virtual double set_tx_gain(const double gain, const size_t chan); virtual double set_rx_gain(const double gain, const size_t chan); - virtual void set_time_sync(const uhd::time_spec_t &time); virtual double get_rate() const; virtual std::string get_tx_antenna(const size_t chan) /* const */; @@ -72,6 +71,7 @@ public: void set_time_now(const time_spec_t &time_spec); void set_time_next_pps(const time_spec_t &time_spec); + void set_time_sync(const uhd::time_spec_t &time); time_spec_t get_time_now(); time_spec_t get_time_last_pps(); |