Function soapysdr_sys::SoapySDR_getLoaderResult
source · pub unsafe extern "C" fn SoapySDR_getLoaderResult(
path: *const c_char
) -> SoapySDRKwargs
Expand description
List all registration loader errors for a given module path. The resulting dictionary contains all registry entry names provided by the specified module. The value of each entry is an error message string or empty on successful load. \param path the path to a specific module file \return a dictionary of registry names to error messages