TORCS  1.3.9
The Open Racing Car Simulator
tWheelState Struct Reference

Dynamic wheel information. More...

#include <car.h>

Collaboration diagram for tWheelState:

Public Attributes

tPosd relPos
 position relative to GC More...
 
tdble spinVel
 spin velocity rad/s More...
 
tdble brakeTemp
 brake temperature from 0 (cool) to 1.0 (hot) More...
 
int state
 wheel state More...
 
tTrackSegseg
 Track segment where the wheel is. More...
 
tdble rollRes
 rolling resistance, useful for sound More...
 
tdble slipSide
 
tdble slipAccel
 
tdble Fx
 
tdble Fy
 
tdble Fz
 
tdble currentPressure
 
tdble currentTemperature
 
tdble currentWear
 
tdble currentGraining
 

Detailed Description

Dynamic wheel information.

Definition at line 249 of file car.h.

Member Data Documentation

◆ brakeTemp

tdble tWheelState::brakeTemp

brake temperature from 0 (cool) to 1.0 (hot)

Definition at line 252 of file car.h.

◆ currentGraining

tdble tWheelState::currentGraining

Definition at line 264 of file car.h.

◆ currentPressure

tdble tWheelState::currentPressure

Definition at line 261 of file car.h.

◆ currentTemperature

tdble tWheelState::currentTemperature

Definition at line 262 of file car.h.

◆ currentWear

tdble tWheelState::currentWear

Definition at line 263 of file car.h.

◆ Fx

tdble tWheelState::Fx

Definition at line 258 of file car.h.

◆ Fy

tdble tWheelState::Fy

Definition at line 259 of file car.h.

◆ Fz

tdble tWheelState::Fz

Definition at line 260 of file car.h.

◆ relPos

tPosd tWheelState::relPos

position relative to GC

Definition at line 250 of file car.h.

◆ rollRes

tdble tWheelState::rollRes

rolling resistance, useful for sound

Definition at line 255 of file car.h.

◆ seg

tTrackSeg* tWheelState::seg

Track segment where the wheel is.

Definition at line 254 of file car.h.

◆ slipAccel

tdble tWheelState::slipAccel

Definition at line 257 of file car.h.

◆ slipSide

tdble tWheelState::slipSide

Definition at line 256 of file car.h.

◆ spinVel

tdble tWheelState::spinVel

spin velocity rad/s

Definition at line 251 of file car.h.

◆ state

int tWheelState::state

wheel state

Definition at line 253 of file car.h.


The documentation for this struct was generated from the following file: