Otclient  14/8/2020
Clock Class Reference

#include <clock.h>

Public Member Functions

 Clock ()
 
void update ()
 
ticks_t micros ()
 
ticks_t millis ()
 
float seconds ()
 

Detailed Description

Definition at line 29 of file clock.h.

Constructor & Destructor Documentation

◆ Clock()

Clock::Clock ( )

Definition at line 27 of file clock.cpp.

Member Function Documentation

◆ micros()

ticks_t Clock::micros ( )
inline

Definition at line 36 of file clock.h.

Here is the caller graph for this function:

◆ millis()

ticks_t Clock::millis ( )
inline

Definition at line 37 of file clock.h.

Here is the caller graph for this function:

◆ seconds()

float Clock::seconds ( )
inline

Definition at line 38 of file clock.h.

Here is the caller graph for this function:

◆ update()

void Clock::update ( )

Definition at line 34 of file clock.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: