pub unsafe extern "C" fn NT_Now() -> i64Expand description
Returns monotonic current time in 1 us increments. This is the same time base used for entry and connection timestamps. This function by default simply wraps WPI_Now(), but if NT_SetNow() is called, this function instead returns the value passed to NT_SetNow(); this can be used to reduce overhead.
ยงReturns
Timestamp