FMLiveSwitchSystemClock Class Reference

A system clock. More...

Instance Methods

(long long) - getTimestamp
 Gets the current system timestamp in ticks. More...
 
(instancetype) - init
 

Class Methods

(FMLiveSwitchSystemClock *) + systemClock
 

Detailed Description

A system clock.

Method Documentation

◆ getTimestamp

- (long long) getTimestamp

Gets the current system timestamp in ticks.

10,000 ticks is equal to 1 millisecond.

Returns
The current system timestamp in ticks.

Reimplemented from <FMLiveSwitchISystemClock>.

◆ init

- (instancetype) init

◆ systemClock

+ (FMLiveSwitchSystemClock*) systemClock