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

Go to the source code of this file.

Functions

void SimEngineConfig (tCar *car)
 
void SimEngineUpdateTq (tCar *car)
 
tdble SimEngineUpdateRpm (tCar *car, tdble axleRpm)
 
void SimEngineShutdown (tCar *car)
 

Function Documentation

◆ SimEngineConfig()

void SimEngineConfig ( tCar car)

Definition at line 23 of file engine.cpp.

Here is the call graph for this function:

◆ SimEngineShutdown()

void SimEngineShutdown ( tCar car)

Definition at line 212 of file engine.cpp.

◆ SimEngineUpdateRpm()

tdble SimEngineUpdateRpm ( tCar car,
tdble  axleRpm 
)

Definition at line 162 of file engine.cpp.

Here is the call graph for this function:

◆ SimEngineUpdateTq()

void SimEngineUpdateTq ( tCar car)

Definition at line 112 of file engine.cpp.