fm.liveswitch.ISystemClock Interface Reference

A system clock interface. More...

Public Member Functions

abstract long getTimestamp ()
 Gets the current system timestamp in ticks. More...
 

Detailed Description

A system clock interface.

Member Function Documentation

◆ getTimestamp()

abstract long fm.liveswitch.ISystemClock.getTimestamp ( )
abstract

Gets the current system timestamp in ticks.

10,000 ticks is equal to 1 millisecond.

Returns
The current system timestamp in ticks.

Implemented in fm.liveswitch.SystemClock.