[][src]Function libeyelink_sys::current_micro

pub unsafe extern "C" fn current_micro(m: *mut MICRO) -> UINT32

@ingroup access_time_local Returns the current microsecond since the initialization. Equivalent to \c current_usec() and \c current_double_usec().

@param m Pointer to MICRO structure. @return The current microsecond since the initialization of the library, modulo 2^32. It can also fill in the \c MICRO structure if the pointer is not \c NULL.

\b Example: See \c current_usec()

\sa \c current_usec(), \c current_double_usec(), \c current_msec(), \c current_time() and \c msec_delay()