
Get time difference since a time stamp
Source:R/get-time-delta-since.R
get_seconds_time_delta_since.RdCompute the time difference between a high speed time stamp and current time.
Usage
get_seconds_time_delta_since(then)
get_nano_time_delta_since(then)
get_micro_time_delta_since(then)
get_milli_time_delta_since(then)Value
a numeric vector of length one giving the time difference in seconds, milliseconds, microseconds or nanoseconds.
Note
Nanosecond timing and normal timing are not coincident, but as both are stored in parallel, the differences should differ only in their resolution.
See also
Other high speed acquisition functions:
get_seconds_time_delta(),
highSpdAcq_allocate_buffer(),
highSpdAcq_get_number_of_spectra_acquired(),
highSpdAcq_get_spectrum(),
highSpdAcq_get_time_stamp(),
highSpdAcq_start_acquisition(),
oo_timestamp_to_string()