Car setup screen.
More...
#include <stdlib.h>
#include <tgfclient.h>
#include <car.h>
#include <portability.h>
#include <racescreens.h>
#include <robottools.h>
#include <vector>
Go to the source code of this file.
|
| static void * | scrHandle = NULL |
| |
| static void * | prevHandle = NULL |
| |
| static void * | rmCarHandle = NULL |
| |
| static tCarPitSetup * | rmSetup = NULL |
| |
| static char * | rmModName = NULL |
| |
| static int | rmIdx = 0 |
| |
| static char * | rmTrack = NULL |
| |
| static char * | rmCarName = NULL |
| |
| static int | rmRaceType = RM_TYPE_PRACTICE |
| |
| static std::vector< cGuiSetupValue * > | values |
| |
| static const char * | unitdeg = "deg" |
| |
| static const char * | unitkpa = "kPa" |
| |
| static const char * | unitlbfin = "lbf/in" |
| |
| static const char * | unitmm = "mm" |
| |
| static const char * | unitlbfins = "lbf/in/s" |
| |
| static const char * | unitNm = "N.m" |
| |
| static const char * | unitcms = "cm/s" |
| |
| static const char * | f52 = "%5.2f" |
| |
| static const char * | f43 = "%4.3f" |
| |
| static const char * | d3 = "%3.0f" |
| |
| static const char * | d5 = "%5.0f" |
| |
| static rtCarPitSetupType | setuptype [6] = { PRACTICE, QUALIFYING, RACE, BACKUP1, BACKUP2, BACKUP3} |
| |
| static const char * | setuplabel [6] = { "Practice", "Qualifying", "Race", "Backup 1", "Backup 2", "Backup 3"} |
| |
| static int | loadbuttonid [6] |
| |
Car setup screen.
- Author
- Bernhard Wymann
- Version
- $Id$
Definition in file carsetupscreen.cpp.
◆ enableLoadButtons()
| static void enableLoadButtons |
( |
| ) |
|
|
static |
◆ onActivate()
| static void onActivate |
( |
void * |
vp | ) |
|
|
static |
◆ onLoad()
| static void onLoad |
( |
void * |
vp | ) |
|
|
static |
◆ onLoadDefault()
| static void onLoadDefault |
( |
void * |
vp | ) |
|
|
static |
◆ onSave()
| static void onSave |
( |
void * |
vp | ) |
|
|
static |
◆ onSaveAndExit()
| static void onSaveAndExit |
( |
void * |
vp | ) |
|
|
static |
◆ rmSet()
| static void rmSet |
( |
void * |
vp | ) |
|
|
static |
◆ rmUpdateM()
| static void rmUpdateM |
( |
void * |
vp | ) |
|
|
static |
◆ rmUpdateMM()
| static void rmUpdateMM |
( |
void * |
vp | ) |
|
|
static |
◆ rmUpdateP()
| static void rmUpdateP |
( |
void * |
vp | ) |
|
|
static |
◆ rmUpdatePP()
| static void rmUpdatePP |
( |
void * |
vp | ) |
|
|
static |
◆ d3
◆ d5
◆ f43
| const char* f43 = "%4.3f" |
|
static |
◆ f52
| const char* f52 = "%5.2f" |
|
static |
◆ loadbuttonid
◆ prevHandle
◆ rmCarHandle
◆ rmCarName
◆ rmIdx
◆ rmModName
◆ rmRaceType
◆ rmSetup
◆ rmTrack
◆ scrHandle
◆ setuplabel
| const char* setuplabel[6] = { "Practice", "Qualifying", "Race", "Backup 1", "Backup 2", "Backup 3"} |
|
static |
◆ setuptype
◆ unitcms
| const char* unitcms = "cm/s" |
|
static |
◆ unitdeg
| const char* unitdeg = "deg" |
|
static |
◆ unitkpa
| const char* unitkpa = "kPa" |
|
static |
◆ unitlbfin
| const char* unitlbfin = "lbf/in" |
|
static |
◆ unitlbfins
| const char* unitlbfins = "lbf/in/s" |
|
static |
◆ unitmm
| const char* unitmm = "mm" |
|
static |
◆ unitNm
| const char* unitNm = "N.m" |
|
static |
◆ values