forked from sdr/gr-osmosdr
updated header documentation for bandwidth setter
parent
f057decd1c
commit
f99995db69
|
@ -254,7 +254,7 @@ public:
|
|||
|
||||
/*!
|
||||
* Set the bandpass filter on the radio frontend.
|
||||
* \param bandwidth the filter bandwidth in Hz
|
||||
* \param bandwidth the filter bandwidth in Hz, set to 0 for automatic selection
|
||||
* \param chan the channel index 0 to N-1
|
||||
* \return the actual filter bandwidth in Hz
|
||||
*/
|
||||
|
|
|
@ -289,7 +289,7 @@ public:
|
|||
|
||||
/*!
|
||||
* Set the bandpass filter on the radio frontend.
|
||||
* \param bandwidth the filter bandwidth in Hz
|
||||
* \param bandwidth the filter bandwidth in Hz, set to 0 for automatic selection
|
||||
* \param chan the channel index 0 to N-1
|
||||
* \return the actual filter bandwidth in Hz
|
||||
*/
|
||||
|
|
|
@ -233,7 +233,7 @@ public:
|
|||
|
||||
/*!
|
||||
* Set the bandpass filter on the radio frontend.
|
||||
* \param bandwidth the filter bandwidth in Hz
|
||||
* \param bandwidth the filter bandwidth in Hz, set to 0 for automatic selection
|
||||
* \param chan the channel index 0 to N-1
|
||||
* \return the actual filter bandwidth in Hz
|
||||
*/
|
||||
|
|
|
@ -256,7 +256,7 @@ public:
|
|||
|
||||
/*!
|
||||
* Set the bandpass filter on the radio frontend.
|
||||
* \param bandwidth the filter bandwidth in Hz
|
||||
* \param bandwidth the filter bandwidth in Hz, set to 0 for automatic selection
|
||||
* \param chan the channel index 0 to N-1
|
||||
* \return the actual filter bandwidth in Hz
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue