20 #ifndef __RACEMANTOOLS_H__ 21 #define __RACEMANTOOLS_H__ 62 #define RM_CONF_RACE_LEN 0x00000001 63 #define RM_CONF_DISP_MODE 0x00000002 101 const char *label1,
const char *tip1,
void *screen1,
102 const char *label2,
const char *tip2,
void *screen2);
105 const char *label1,
const char *tip1,
void *screen1,
106 const char *label2,
const char *tip2,
void *screen2,
107 const char *label3,
const char *tip3,
void *screen3);
110 const char *label1,
const char *tip1,
void *screen1,
111 const char *label2,
const char *tip2,
void *screen2,
112 const char *label3,
const char *tip3,
void *screen3,
113 const char *label4,
const char *tip4,
void *screen4);
Race Manager General Info.
void RmDisplayStartRace(tRmInfo *info, void *startScr, void *abortScr)
char * RmGetCategoryName(char)
char * path
Directory containing the files to list.
const char * title
Title for race parameters (for screen title)
void * nextScreen
Race manager screen to go after select.
void * prevScreen
Race manager screen to go back.
void * param
Pointer to race manager parameter set (to set the track)
Interface Structure for Track Loader.
tTrackItf trackItf
Track module interface.
const char * title
Title for file selection (for screen title)
void * prevScreen
Link to previous screen.
Structure for file selection.
void * nextScreen
Race manager screen to go after select.
Simulation Module Interface Definition.
unsigned int confMask
Tell what to configure.
void(* tfuiCallback)(void *)
This is the car structure.
This is the race information structures.
void * prevScreen
Race manager screen to go back.
Structure for track selection.
tfSelectFile select
Callback function to handle the selection (store the selection in the caller)
void * param
Pointer to race manager parameter set (to set the driver)
Structure for configuring parameters.
void * prevScreen
Race manager screen to go back.
void * nextScreen
Race manager screen to go after select.
void * param
Pointer to race manager parameter set (to set the parameters)
Track Structure and Track Loader Module Definition.
Structure for driver selection.