![]() |
torcs - 1.2.2 | ![]() |
The graphs are build by gnuplot.
Functions | |
void | RtTelemInit (tdble ymin, tdble ymax) |
Initialization of a telemetry session. | |
void | RtTelemNewChannel (const char *name, tdble *var, tdble min, tdble max) |
Create a new telemetry channel. | |
void | RtTelemStartMonitoring (const char *filename) |
Start recording into a file. | |
void | RtTelemStopMonitoring (void) |
Stop recording and close the file. | |
void | RtTelemUpdate (double time) |
Record a new set of values. | |
void | RtTelemShutdown (void) |
Deinstall the telemetry module. |
|
Initialization of a telemetry session.
|
Here is the call graph for this function:
|
Create a new telemetry channel.
|
Here is the call graph for this function:
|
Deinstall the telemetry module.
|
Here is the call graph for this function:
|
Start recording into a file.
|
|
Stop recording and close the file.
|
|
Record a new set of values.
|