diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-03-25 14:17:30 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-03-25 08:19:15 -0500 |
commit | 6629823dcbe6383392914b38e9f10e57ee8bd81c (patch) | |
tree | fdecdb7c7779f262dc6311f245a806fee2bd4549 | |
parent | d3038fc6c8494454b5f4a074eab8d459db195d7b (diff) | |
download | uhd-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.hpp | 1 |
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; |