pub unsafe extern "C" fn SoapySDR_timeNsToTicks(
    timeNs: c_longlong,
    rate: f64
) -> c_longlong
Expand description

Convert a time in nanoseconds into a tick count using the tick rate. \param timeNs time in nanoseconds \param rate the ticks per second \return the integer tick count