Skip to main content

SoapySDRDevice_makeStrArgs

Function SoapySDRDevice_makeStrArgs 

Source
pub unsafe extern "C" fn SoapySDRDevice_makeStrArgs(
    args: *const c_char,
) -> *mut SoapySDRDevice
Expand description

Make a new Device object given device construction args.

The device pointer will be stored in a table so subsequent calls with the same arguments will produce the same device. For every call to make, there should be a matched call to unmake. \param args a markup string of key/value arguments \return a pointer to a new Device object or null for error