|
| void | SimConfig (tCarElt *carElt, RmInfo *) |
| |
| void | SimReConfig (tCarElt *carElt) |
| |
| void | SimUpdate (tSituation *, double deltaTime, int telemetry) |
| |
| void | SimInit (int nbcars, tTrack *track, tdble fuelFactor, tdble damageFactor, tdble tireFactor) |
| |
| void | SimShutdown (void) |
| |
| void | SimAtmosphereConfig (tCar *car) |
| |
| void | SimAtmosphereUpdate (tCar *car, tSituation *s) |
| |
| void | SimAxleConfig (tCar *car, int index) |
| |
| void | SimAxleReConfig (tCar *car, int index) |
| |
| void | SimAxleUpdate (tCar *car, int index) |
| |
| void | SimCarConfig (tCar *car) |
| |
| void | SimCarUpdate (tCar *car, tSituation *) |
| |
| void | SimCarUpdate2 (tCar *car, tSituation *) |
| |
| void | SimSuspCheckIn (tSuspension *susp) |
| |
| void | SimSuspUpdate (tSuspension *susp) |
| |
| void | SimSuspConfig (void *hdle, const char *section, tSuspension *susp, tdble F0, tdble X0) |
| |
| void | SimSuspReConfig (tCar *car, int index, tSuspension *susp, tdble F0, tdble X0) |
| |
| void | SimSuspThirdReConfig (tCar *car, int index, tSuspension *susp, tdble F0, tdble X0) |
| |
| void | SimWheelConfig (tCar *car, int index) |
| |
| void | SimWheelReConfig (tCar *car, int index) |
| |
| void | SimWheelUpdateRide (tCar *car, int index) |
| |
| void | SimWheelUpdateForce (tCar *car, int index) |
| |
| void | SimWheelUpdateRotation (tCar *car) |
| |
| void | SimUpdateFreeWheels (tCar *car, int axlenb) |
| |
| void | SimWheelUpdateTire (tCar *car, int index) |
| |
| void | SimWheelResetWear (tCar *car, int index) |
| |
| void | SimSteerConfig (tCar *car) |
| |
| void | SimSteerReConfig (tCar *car) |
| |
| void | SimSteerUpdate (tCar *car) |
| |
| 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) |
| |
| 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) |
| |
| void | SimCarUpdateWheelPos (tCar *car) |
| |
| void | SimTransmissionConfig (tCar *car) |
| |
| void | SimTransmissionReConfig (tCar *car) |
| |
| void | SimTransmissionUpdate (tCar *car) |
| |
| void | SimGearboxUpdate (tCar *car) |
| |
| void | SimDifferentialConfig (void *hdle, const char *section, tDifferential *differential) |
| |
| void | SimDifferentialReConfig (tCar *car, int index) |
| |
| void | SimDifferentialUpdate (tCar *car, tDifferential *differential, int first) |
| |
| void | SimEngineConfig (tCar *car) |
| |
| void | SimEngineUpdateTq (tCar *car) |
| |
| tdble | SimEngineUpdateRpm (tCar *car, tdble axleRpm) |
| |
| void | SimEngineShutdown (tCar *car) |
| |
| void | SimCarCollideZ (tCar *car) |
| |
| void | SimCarCollideXYScene (tCar *car) |
| |
| void | SimCarCollideCars (tSituation *) |
| |
| void | SimCarCollideConfig (tCar *car, tTrack *track) |
| |
| void | SimCarCollideShutdown (int nbcars) |
| |
| void | SimCarCollideInit (tTrack *track) |
| |
| void | SimCollideRemoveCar (tCar *car, int nbcars) |
| |
| bool | SimAdjustPitCarSetupParam (tCarPitSetupValue *v) |
| |
| float | urandom () |
| | return a number drawn uniformly from [0,1] More...
|
| |