![]() |
torcs - 1.2.2 | ![]() |
Functions | |
tdble | GfParmUnit2SI (char *unit, tdble val) |
Convert a value in "units" into SI. | |
tdble | GfParmSI2Unit (char *unit, tdble val) |
Convert a value in SI to "units". | |
char * | GfParmGetName (void *handle) |
Get the pararmeters name. | |
char * | GfParmGetStr (void *parmHandle, char *path, char *key, char *deflt) |
Get string parameter value. | |
tdble | GfParmGetNum (void *handle, char *path, char *key, char *unit, tdble deflt) |
Get a numerical parameter in a config file. | |
int | GfParmSetStr (void *handle, char *path, char *key, char *val) |
Set a string parameter in a config file. | |
int | GfParmSetNum (void *handle, char *path, char *key, char *unit, tdble val) |
Set a numerical parameter in a config file. | |
int | GfParmSetNumEx (void *handle, char *path, char *key, char *unit, tdble val, tdble min, tdble max) |
Set a numerical parameter in a config file. | |
int | GfParmGetNumBoundaries (void *handle, char *path, char *key, tdble *min, tdble *max) |
Get the min and max of a numerical parameter. |
|
Get the pararmeters name.
|
|
Get a numerical parameter in a config file.
|
Here is the call graph for this function:
|
Get the min and max of a numerical parameter.
|
Here is the call graph for this function:
|
Get string parameter value.
|
|
Set a numerical parameter in a config file.
|
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.
|
|
Convert a value in SI to "units".
|
|
Convert a value in "units" into SI.
|