RtssEnvironment.GetClockTime Method
Gets an absolute time from a clock.
Namespace:
IntervalZero.MaxRT.wRTOS.RtApi
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public static long GetClockTime(
Clock clock
)
Parameters
clock
Type: IntervalZero.MaxRT.wRTOS.RtApi.Threading.Clock
The clock to query.
Return Value
Type: Int64
The clock's current time.
See Also: