X2 Standard  Version 1.24
Public Member Functions | List of all members
TickCountInterface Class Referenceabstract

The TickCountInterface is a cross-platform way to measure relative timing. More...

#include <tickcountinterface.h>

Public Member Functions

virtual int elapsed ()=0
 

Detailed Description

The TickCountInterface is a cross-platform way to measure relative timing.

The TickCountInterface is a cross-platform timing interface passed to X2 implementors. Useful for measuring relative timing. Tested and works on Windows, Mac, Ubuntu Linux.

Member Function Documentation

◆ elapsed()

virtual int TickCountInterface::elapsed ( )
pure virtual

Returns the number of milliseconds that have elapsed since TheSkyX started.


The documentation for this class was generated from the following file:
X2 Examples
(C) Software Bisque, Inc. All rights reserved.