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

Go to the source code of this file.

Functions

void SimAxleConfig (tCar *car, int index)
 
void SimAxleReConfig (tCar *car, int index)
 
void SimAxleUpdate (tCar *car, int index)
 

Variables

static const char * AxleSect [2] = {SECT_FRNTAXLE, SECT_REARAXLE}
 

Function Documentation

◆ SimAxleConfig()

void SimAxleConfig ( tCar car,
int  index 
)

Definition at line 23 of file axle.cpp.

Here is the call graph for this function:

◆ SimAxleReConfig()

void SimAxleReConfig ( tCar car,
int  index 
)

Definition at line 49 of file axle.cpp.

Here is the call graph for this function:

◆ SimAxleUpdate()

void SimAxleUpdate ( tCar car,
int  index 
)

Definition at line 66 of file axle.cpp.

Here is the call graph for this function:

Variable Documentation

◆ AxleSect

const char* AxleSect[2] = {SECT_FRNTAXLE, SECT_REARAXLE}
static

Definition at line 21 of file axle.cpp.