Skip to main content

SoapySDR_loadModule

Function SoapySDR_loadModule 

Source
pub unsafe extern "C" fn SoapySDR_loadModule(
    path: *const c_char,
) -> *mut c_char
Expand description

Load a single module given its file system path.

The caller must free the result error string. \param path the path to a specific module file \return an error message, empty on success