TORCS  1.3.9
The Open Racing Car Simulator
results.cpp File Reference

Display results. More...

#include <stdlib.h>
#include <stdio.h>
#include <tgfclient.h>
#include <osspec.h>
#include <racescreens.h>
#include <robottools.h>
#include <robot.h>
#include <portability.h>
Include dependency graph for results.cpp:

Go to the source code of this file.

Classes

struct  tRaceCall
 

Macros

#define MAX_LINES   20
 

Functions

static void rmPracticeResults (void *prevHdle, tRmInfo *info, int start)
 
static void rmRaceResults (void *prevHdle, tRmInfo *info, int start)
 
static void rmQualifResults (void *prevHdle, tRmInfo *info, int start)
 
static void rmShowStandings (void *prevHdle, tRmInfo *info, int start)
 
static void rmSaveRes (void *vInfo)
 
static void rmChgPracticeScreen (void *vprc)
 
static void rmChgRaceScreen (void *vprc)
 
static void rmChgQualifScreen (void *vprc)
 
static void rmChgStandingScreen (void *vprc)
 
void RmShowResults (void *prevHdle, tRmInfo *info)
 Display results. More...
 
void RmShowStandings (void *prevHdle, tRmInfo *info)
 Display standings. More...
 

Variables

static int rmSaveId
 
static void * rmScrHdle = NULL
 
tRaceCall RmNextRace
 
tRaceCall RmPrevRace
 

Detailed Description

Display results.

Author
Bernhard Wymann, Eric Espie
Version
$Id$

Definition in file results.cpp.

Macro Definition Documentation

◆ MAX_LINES

#define MAX_LINES   20

Definition at line 46 of file results.cpp.

Function Documentation

◆ rmChgPracticeScreen()

static void rmChgPracticeScreen ( void *  vprc)
static

Definition at line 68 of file results.cpp.

Here is the call graph for this function:

◆ rmChgQualifScreen()

static void rmChgQualifScreen ( void *  vprc)
static

Definition at line 365 of file results.cpp.

Here is the call graph for this function:

◆ rmChgRaceScreen()

static void rmChgRaceScreen ( void *  vprc)
static

Definition at line 199 of file results.cpp.

Here is the call graph for this function:

◆ rmChgStandingScreen()

static void rmChgStandingScreen ( void *  vprc)
static

Definition at line 476 of file results.cpp.

Here is the call graph for this function:

◆ rmPracticeResults()

static void rmPracticeResults ( void *  prevHdle,
tRmInfo info,
int  start 
)
static

Definition at line 78 of file results.cpp.

Here is the call graph for this function:

◆ rmQualifResults()

static void rmQualifResults ( void *  prevHdle,
tRmInfo info,
int  start 
)
static

Definition at line 375 of file results.cpp.

Here is the call graph for this function:

◆ rmRaceResults()

static void rmRaceResults ( void *  prevHdle,
tRmInfo info,
int  start 
)
static

Definition at line 209 of file results.cpp.

Here is the call graph for this function:

◆ rmSaveRes()

static void rmSaveRes ( void *  vInfo)
static

Definition at line 59 of file results.cpp.

Here is the call graph for this function:

◆ rmShowStandings()

static void rmShowStandings ( void *  prevHdle,
tRmInfo info,
int  start 
)
static

Definition at line 486 of file results.cpp.

Here is the call graph for this function:

Variable Documentation

◆ RmNextRace

tRaceCall RmNextRace

Definition at line 55 of file results.cpp.

◆ RmPrevRace

tRaceCall RmPrevRace

Definition at line 56 of file results.cpp.

◆ rmSaveId

int rmSaveId
static

Definition at line 38 of file results.cpp.

◆ rmScrHdle

void* rmScrHdle = NULL
static

Definition at line 39 of file results.cpp.