TORCS  1.3.9
The Open Racing Car Simulator
axle.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : axle.h
4  created : Sun Mar 19 00:05:17 CET 2000
5  copyright : (C) 2000-2013 by Eric Espie, Bernhard Wymann
6  email : torcs@free.fr
7  version : $Id$
8 
9  ***************************************************************************/
10 
11 /***************************************************************************
12  * *
13  * This program is free software; you can redistribute it and/or modify *
14  * it under the terms of the GNU General Public License as published by *
15  * the Free Software Foundation; either version 2 of the License, or *
16  * (at your option) any later version. *
17  * *
18  ***************************************************************************/
19 
20 
21 
22 #ifndef _AXLE_H__
23 #define _AXLE_H__
24 
25 #include "differential.h"
26 
27 typedef struct
28 {
30 
32  tSuspension thirdSusp; // Third element
34 
35  /* dynamic */
36  tdble force[2]; /* right and left */
37 
38  tdble I; /* including differential inertia but not wheels */
39 } tAxle;
40 
41 
42 #endif /* _AXLE_H__ */
43 
44 
45 
tdble arbSuspSpringK
Definition: axle.h:31
tdble xpos
Definition: axle.h:29
Definition: axle.h:27
float tdble
Floating point type used in TORCS.
Definition: tgf.h:48
tdble I
Definition: axle.h:38
tdble wheight0
Definition: axle.h:33
tSuspension thirdSusp
Definition: axle.h:32