aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2022-03-25 14:17:30 +0100
committerAaron Rossetto <aaron.rossetto@ni.com>2022-03-25 08:19:15 -0500
commit6629823dcbe6383392914b38e9f10e57ee8bd81c (patch)
treefdecdb7c7779f262dc6311f245a806fee2bd4549
parentd3038fc6c8494454b5f4a074eab8d459db195d7b (diff)
downloaduhd-6629823dcbe6383392914b38e9f10e57ee8bd81c.tar.gz
uhd-6629823dcbe6383392914b38e9f10e57ee8bd81c.tar.bz2
uhd-6629823dcbe6383392914b38e9f10e57ee8bd81c.zip
docs: rfnoc: Add doxygen tag for missing parameter
This adds a doxygen tag for the `chan` parameter in fir_filter_block_control::set_coefficients().
-rw-r--r--host/include/uhd/rfnoc/fir_filter_block_control.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/fir_filter_block_control.hpp b/host/include/uhd/rfnoc/fir_filter_block_control.hpp
index 8f660c14e..c61bc64c2 100644
--- a/host/include/uhd/rfnoc/fir_filter_block_control.hpp
+++ b/host/include/uhd/rfnoc/fir_filter_block_control.hpp
@@ -54,6 +54,7 @@ public:
* a `uhd::value_error` is thrown.
*
* \param coeffs A vector of integer coefficients for the FIR filter
+ * \param chan Channel index
*/
virtual void set_coefficients(const std::vector<int16_t>& coeffs, const size_t chan = 0) = 0;