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

Go to the source code of this file.

Functions

void SimAeroConfig (tCar *car)
 
void SimAeroUpdate (tCar *car, tSituation *s)
 
void SimWingConfig (tCar *car, int index)
 
void SimWingReConfig (tCar *car, int index)
 
void SimWingUpdate (tCar *car, int index, tSituation *s)
 

Variables

static const char * WingSect [2] = {SECT_FRNTWING, SECT_REARWING}
 

Function Documentation

◆ SimAeroConfig()

void SimAeroConfig ( tCar car)

Definition at line 23 of file aero.cpp.

Here is the call graph for this function:

◆ SimAeroUpdate()

void SimAeroUpdate ( tCar car,
tSituation s 
)

Definition at line 37 of file aero.cpp.

◆ SimWingConfig()

void SimWingConfig ( tCar car,
int  index 
)

Definition at line 110 of file aero.cpp.

Here is the call graph for this function:

◆ SimWingReConfig()

void SimWingReConfig ( tCar car,
int  index 
)

Definition at line 131 of file aero.cpp.

Here is the call graph for this function:

◆ SimWingUpdate()

void SimWingUpdate ( tCar car,
int  index,
tSituation s 
)

Definition at line 147 of file aero.cpp.

Variable Documentation

◆ WingSect

const char* WingSect[2] = {SECT_FRNTWING, SECT_REARWING}
static

Definition at line 108 of file aero.cpp.