#include <stdio.h>#include <stdlib.h>#include <tgfclient.h>#include <track.h>#include <robot.h>#include "driverconfig.h"#include <playerpref.h>#include <portability.h>#include <plib/js.h>#include "controlconfig.h"#include "joystickconfig.h"
Go to the source code of this file.
Macros | |
| #define | NB_STEPS 6 |
| #define | OFFSET_CMD 6 |
Functions | |
| static void | onBack (void *prevMenu) |
| static void | advanceStep (void) |
| static void | JoyCalAutomaton (void) |
| static void | Idle2 (void) |
| static void | onActivate (void *) |
| void * | JoyCalMenuInit (void *prevMenu, tCmdInfo *cmd, int maxcmd, void *parmhandle, const char *driversection) |
Variables | |
| static void * | scrHandle2 = NULL |
| static tCmdInfo * | Cmd |
| static int | maxCmd |
| static void * | parmHandle |
| static const char * | driverSection |
| static jsJoystick * | js [NUM_JOY] = {NULL} |
| static float | ax [_JS_MAX_AXES *NUM_JOY] = {0} |
| static int | rawb [NUM_JOY] = {0} |
| static double | axisPressedTime = 0.0 |
| static const char * | Instructions [] |
| static int | CalState |
| static int | InstId |
| static const char * | LabName [] = { "Steer", "Throttle", "Brake", "Clutch" } |
| static int | LabAxisId [4] |
| static int | LabMinId [4] |
| static int | LabMaxId [4] |
| static float | axCenter [_JS_MAX_AXES *NUM_JOY] |
| #define NB_STEPS 6 |
Definition at line 49 of file joystickconfig.cpp.
| #define OFFSET_CMD 6 |
Definition at line 52 of file joystickconfig.cpp.
|
static |
Definition at line 82 of file joystickconfig.cpp.
|
static |
|
static |
| void* JoyCalMenuInit | ( | void * | prevMenu, |
| tCmdInfo * | cmd, | ||
| int | maxcmd, | ||
| void * | parmhandle, | ||
| const char * | driversection | ||
| ) |
|
static |
|
static |
|
static |
Definition at line 42 of file joystickconfig.cpp.
|
static |
Definition at line 80 of file joystickconfig.cpp.
|
static |
Definition at line 47 of file joystickconfig.cpp.
|
static |
Definition at line 65 of file joystickconfig.cpp.
|
static |
Definition at line 35 of file joystickconfig.cpp.
|
static |
Definition at line 38 of file joystickconfig.cpp.
|
static |
Definition at line 66 of file joystickconfig.cpp.
|
static |
Definition at line 54 of file joystickconfig.cpp.
|
static |
Definition at line 40 of file joystickconfig.cpp.
|
static |
Definition at line 69 of file joystickconfig.cpp.
|
static |
Definition at line 71 of file joystickconfig.cpp.
|
static |
Definition at line 70 of file joystickconfig.cpp.
|
static |
Definition at line 68 of file joystickconfig.cpp.
|
static |
Definition at line 36 of file joystickconfig.cpp.
|
static |
Definition at line 37 of file joystickconfig.cpp.
|
static |
Definition at line 43 of file joystickconfig.cpp.
|
static |
Definition at line 33 of file joystickconfig.cpp.