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>
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 |
| #define MAX_LINES 20 |
Definition at line 46 of file results.cpp.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| tRaceCall RmNextRace |
Definition at line 55 of file results.cpp.
| tRaceCall RmPrevRace |
Definition at line 56 of file results.cpp.
|
static |
Definition at line 38 of file results.cpp.
|
static |
Definition at line 39 of file results.cpp.