pub unsafe extern "C" fn SoapySDRDevice_make_list(
    argsList: *const SoapySDRKwargs,
    length: usize
) -> *mut *mut SoapySDRDevice
Expand description

Create a list of devices from a list of construction arguments. This is a convenience call to parallelize device construction, and is fundamentally a parallel for loop of make(Kwargs).

\param argsList a list of device arguments per each device \param length the length of the argsList array \return a list of device pointers per each specified argument