Skip to main content

SoapySDR_listModules

Function SoapySDR_listModules 

Source
pub unsafe extern "C" fn SoapySDR_listModules(
    length: *mut usize,
) -> *mut *mut c_char
Expand description

List all modules found in default path.

The result is an array of strings owned by the caller. \param [out] length the number of elements in the result. \return a list of file paths to loadable modules