Tanoda
|
Realtime clock for generating timestamps More...
Public Member Functions | |
RealtimeClock () | |
Create a realtime clock. More... | |
Properties | |
long | timestamp [get] |
Current timestamp in nanoseconds. The very first value reported by this property will always be zero. More... | |
bool | paused [get, set] |
Is the clock paused? More... | |
![]() | |
long | timestamp [get] |
Current timestamp in nanoseconds. More... | |
Realtime clock for generating timestamps
Definition at line 15 of file RealtimeClock.cs.
NatSuite.Recorders.Clocks.RealtimeClock.RealtimeClock | ( | ) |
Create a realtime clock.
Definition at line 49 of file RealtimeClock.cs.
|
getset |
Is the clock paused?
Definition at line 38 of file RealtimeClock.cs.
|
get |
Current timestamp in nanoseconds. The very first value reported by this property will always be zero.
Implements NatSuite.Recorders.Clocks.IClock.
Definition at line 23 of file RealtimeClock.cs.