TORCS  1.3.9
The Open Racing Car Simulator
os.cpp File Reference
#include <tgf.h>
#include "os.h"
Include dependency graph for os.cpp:

Go to the source code of this file.

Functions

void gfOsInit (void)
 Init of the module. More...
 
double GfTimeClock (void)
 Get the time in seconds. More...
 

Variables

tGfOs GfOs = {0}
 

Detailed Description

Author
Eric Espie
Version
$Id$

Definition in file os.cpp.

Function Documentation

◆ gfOsInit()

void gfOsInit ( void  )

Init of the module.

Definition at line 41 of file os.cpp.

◆ GfTimeClock()

double GfTimeClock ( void  )

Get the time in seconds.

Returns
Time in seconds since the start of the system

Definition at line 50 of file os.cpp.

Variable Documentation

◆ GfOs

tGfOs GfOs = {0}

Definition at line 37 of file os.cpp.