#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <plib/ssg.h>
#include <portability.h>
#include "grcam.h"
#include "grboard.h"
#include "grssgext.h"
#include "grshadow.h"
#include "grskidmarks.h"
#include "grsmoke.h"
#include "grcar.h"
#include "grmain.h"
#include "grutil.h"
#include <robottools.h>
#include <tgfclient.h>
Go to the source code of this file.
|
| static float | grWhite [4] = {1.0, 1.0, 1.0, 1.0} |
| |
| static float | grRed [4] = {1.0, 0.0, 0.0, 1.0} |
| |
| static float | grBlue [4] = {0.0, 0.0, 1.0, 1.0} |
| |
| static float | grGreen [4] = {0.0, 1.0, 0.0, 1.0} |
| |
| static float | grBlack [4] = {0.0, 0.0, 0.0, 1.0} |
| |
| static float | grDefaultClr [4] = {0.9, 0.9, 0.15, 1.0} |
| |
| static int | Winx = 0 |
| |
| static int | Winw = 800 |
| |
| static int | Winy = 0 |
| |
| static int | Winh = 600 |
| |
| static const char * | gearStr [MAX_GEARS] = {"R", "N", "1", "2", "3", "4", "5", "6", "7", "8"} |
| |
◆ ALIGN_CENTER
◆ ALIGN_LEFT
◆ ALIGN_RIGHT
◆ DD
◆ NB_BOARDS
◆ NB_CBOARDS
◆ NB_LBOARDS
◆ THNSSBG
◆ THNSSFG
◆ XM
◆ YM
◆ grDispEngineLeds()
| static void grDispEngineLeds |
( |
tCarElt * |
car, |
|
|
int |
X, |
|
|
int |
Y, |
|
|
int |
align, |
|
|
int |
bg |
|
) |
| |
|
static |
◆ grInitBoardCar()
| void grInitBoardCar |
( |
tCarElt * |
car | ) |
|
◆ grShutdownBoardCar()
| void grShutdownBoardCar |
( |
void |
| ) |
|
◆ gearStr
| const char* gearStr[MAX_GEARS] = {"R", "N", "1", "2", "3", "4", "5", "6", "7", "8"} |
|
static |
◆ grBlack
| float grBlack[4] = {0.0, 0.0, 0.0, 1.0} |
|
static |
◆ grBlue
| float grBlue[4] = {0.0, 0.0, 1.0, 1.0} |
|
static |
◆ grDefaultClr
| float grDefaultClr[4] = {0.9, 0.9, 0.15, 1.0} |
|
static |
◆ grGreen
| float grGreen[4] = {0.0, 1.0, 0.0, 1.0} |
|
static |
◆ grRed
| float grRed[4] = {1.0, 0.0, 0.0, 1.0} |
|
static |
◆ grWhite
| float grWhite[4] = {1.0, 1.0, 1.0, 1.0} |
|
static |
◆ Winh
◆ Winw
◆ Winx
◆ Winy