NT_Now

Function NT_Now 

Source
pub unsafe extern "C" fn NT_Now() -> i64
Expand 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