Function soapysdr_sys::SoapySDRDevice_listGains
source · pub unsafe extern "C" fn SoapySDRDevice_listGains(
device: *const SoapySDRDevice,
direction: c_int,
channel: usize,
length: *mut usize
) -> *mut *mut c_char
Expand description
List available amplification elements. Elements should be in order RF to baseband. \param device a pointer to a device instance \param direction the channel direction RX or TX \param channel an available channel \param [out] length the number of gain names \return a list of gain string names