Function soapysdr_sys::SoapySDRDevice_setCommandTime
source · pub unsafe extern "C" fn SoapySDRDevice_setCommandTime(
device: *mut SoapySDRDevice,
timeNs: c_longlong,
what: *const c_char
) -> c_int
Expand description
Set the time of subsequent configuration calls. The what argument can refer to a specific command queue. Implementations may use a time of 0 to clear. \deprecated replaced by setHardwareTime() \param device a pointer to a device instance \param timeNs time in nanoseconds \param what optional argument \return 0 for success or error code on failure