From 370e8766daddec469244e4b5c9bac6dac7da3621 Mon Sep 17 00:00:00 2001 From: Lane Kolbly Date: Wed, 17 Nov 2021 09:58:44 -0600 Subject: host: Fix typos and small things --- host/include/uhd/rfnoc/rf_control/core_iface.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/rf_control/core_iface.hpp b/host/include/uhd/rfnoc/rf_control/core_iface.hpp index a96ed2f60..8f0a66815 100644 --- a/host/include/uhd/rfnoc/rf_control/core_iface.hpp +++ b/host/include/uhd/rfnoc/rf_control/core_iface.hpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #include @@ -24,6 +25,8 @@ namespace uhd { namespace rfnoc { namespace rf_control { class core_iface { public: + using sptr = std::shared_ptr; + virtual ~core_iface() = default; /*! Return the selected TX antenna for channel \p chan. @@ -38,7 +41,7 @@ public: */ virtual std::vector get_tx_antennas(const size_t chan) const = 0; - /*! Select RX antenna \p for channel \p chan. + /*! Select TX antenna \p for channel \p chan. * * \throws uhd::value_error if \p ant is not a valid value. */ -- cgit v1.2.3