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 ++++- host/lib/include/uhdlib/experts/expert_nodes.hpp | 2 +- host/lib/include/uhdlib/usrp/dboard/debug_dboard.hpp | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'host') 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. */ diff --git a/host/lib/include/uhdlib/experts/expert_nodes.hpp b/host/lib/include/uhdlib/experts/expert_nodes.hpp index 66dd0f246..554706741 100644 --- a/host/lib/include/uhdlib/experts/expert_nodes.hpp +++ b/host/lib/include/uhdlib/experts/expert_nodes.hpp @@ -394,7 +394,7 @@ public: }; /*!--------------------------------------------------------- - * class data_reader_t + * class data_writer_t * * Accessor to read and write the value of a data node and * to establish a worker node => data node dependency diff --git a/host/lib/include/uhdlib/usrp/dboard/debug_dboard.hpp b/host/lib/include/uhdlib/usrp/dboard/debug_dboard.hpp index 44aa8a478..0c22831b5 100644 --- a/host/lib/include/uhdlib/usrp/dboard/debug_dboard.hpp +++ b/host/lib/include/uhdlib/usrp/dboard/debug_dboard.hpp @@ -11,6 +11,7 @@ #include #include #include +#include #include #define UHD_LOG_SKIP_CFG() \ -- cgit v1.2.3