![]() |
torcs - 1.2.2 | ![]() |
Functions | |
int | GfParmGetEltNb (void *handle, char *path) |
Count the number of section elements of a list. | |
int | GfParmListSeekFirst (void *handle, char *path) |
Seek the first section element of a list. | |
int | GfParmListSeekNext (void *handle, char *path) |
Go to the next section element in the current list. | |
int | GfParmListClean (void *handle, char *path) |
Remove all the section elements of a list. | |
char * | GfParmListGetCurEltName (void *handle, char *path) |
Get The current element name. | |
char * | GfParmGetCurStr (void *handle, char *path, char *key, char *deflt) |
Get a string parameter in a config file. | |
tdble | GfParmGetCurNum (void *handle, char *path, char *key, char *unit, tdble deflt) |
Get a numerical parameter in a config file. | |
int | GfParmSetCurStr (void *handle, char *path, char *key, char *val) |
Set a string parameter in a config file. | |
int | GfParmSetCurNum (void *handle, char *path, char *key, char *unit, tdble val) |
Set a numerical parameter in a config file. |
|
Get a numerical parameter in a config file.
|
Here is the call graph for this function:
|
Get a string parameter in a config file.
|
Here is the call graph for this function:
|
Count the number of section elements of a list.
|
Here is the call graph for this function:
|
Remove all the section elements of a list.
|
Here is the call graph for this function:
|
Get The current element name.
|
Here is the call graph for this function:
|
Seek the first section element of a list.
|
Here is the call graph for this function:
|
Go to the next section element in the current list.
|
Here is the call graph for this function:
|
Set a numerical parameter in a config file.
|
Here is the call graph for this function:
|
Set a string parameter in a config file.
|
Here is the call graph for this function: