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

Go to the source code of this file.

Functions

void SimBrakeConfig (void *hdle, const char *section, tBrake *brake)
 
void SimBrakeUpdate (tCar *car, tWheel *wheel, tBrake *brake)
 
void SimBrakeSystemConfig (tCar *car)
 
void SimBrakeSystemReConfig (tCar *car)
 
void SimBrakeSystemUpdate (tCar *car)
 

Function Documentation

◆ SimBrakeConfig()

void SimBrakeConfig ( void *  hdle,
const char *  section,
tBrake brake 
)

Definition at line 21 of file brake.cpp.

Here is the call graph for this function:

◆ SimBrakeSystemConfig()

void SimBrakeSystemConfig ( tCar car)

Definition at line 48 of file brake.cpp.

Here is the call graph for this function:

◆ SimBrakeSystemReConfig()

void SimBrakeSystemReConfig ( tCar car)

Definition at line 59 of file brake.cpp.

Here is the call graph for this function:

◆ SimBrakeSystemUpdate()

void SimBrakeSystemUpdate ( tCar car)

Definition at line 73 of file brake.cpp.

◆ SimBrakeUpdate()

void SimBrakeUpdate ( tCar car,
tWheel wheel,
tBrake brake 
)

Definition at line 35 of file brake.cpp.