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

Go to the source code of this file.

Functions

void SimCarConfig (tCar *car)
 
static void SimCarUpdateForces (tCar *car)
 
static void SimCarUpdateSpeed (tCar *car)
 
void SimCarUpdateWheelPos (tCar *car)
 
static void SimCarUpdatePos (tCar *car)
 
static void SimCarUpdateCornerPos (tCar *car)
 
void SimTelemetryOut (tCar *car)
 
void SimCarUpdate (tCar *car, tSituation *)
 
void SimCarUpdate2 (tCar *car, tSituation *)
 

Variables

const tdble aMax = 1.04f
 

Function Documentation

◆ SimCarConfig()

void SimCarConfig ( tCar car)

Definition at line 29 of file car.cpp.

Here is the call graph for this function:

◆ SimCarUpdate()

void SimCarUpdate ( tCar car,
tSituation  
)

Definition at line 409 of file car.cpp.

Here is the call graph for this function:

◆ SimCarUpdate2()

void SimCarUpdate2 ( tCar car,
tSituation  
)

Definition at line 427 of file car.cpp.

Here is the call graph for this function:

◆ SimCarUpdateCornerPos()

static void SimCarUpdateCornerPos ( tCar car)
static

Definition at line 332 of file car.cpp.

◆ SimCarUpdateForces()

static void SimCarUpdateForces ( tCar car)
static

Definition at line 143 of file car.cpp.

◆ SimCarUpdatePos()

static void SimCarUpdatePos ( tCar car)
static

Definition at line 298 of file car.cpp.

Here is the call graph for this function:

◆ SimCarUpdateSpeed()

static void SimCarUpdateSpeed ( tCar car)
static

Definition at line 245 of file car.cpp.

◆ SimCarUpdateWheelPos()

void SimCarUpdateWheelPos ( tCar car)

Definition at line 275 of file car.cpp.

◆ SimTelemetryOut()

void SimTelemetryOut ( tCar car)

Definition at line 381 of file car.cpp.

Variable Documentation

◆ aMax

const tdble aMax = 1.04f

Definition at line 26 of file car.cpp.