#include <conf.h>
Collaboration diagram for conf_t:
Data Fields | |
driver_t * | driver |
driver with which to driver | |
char * | server |
host with which to connect | |
int | port |
port on which to connect | |
char * | recording_prefix |
prefix to place on filenames of log files | |
float | steering_offset |
fixed offset for "center" |
Definition at line 7 of file conf.h.
|
driver with which to driver
Definition at line 9 of file conf.h. Referenced by main(). |
|
port on which to connect
Definition at line 14 of file conf.h. Referenced by drive(). |
|
prefix to place on filenames of log files
Definition at line 17 of file conf.h. Referenced by recorder_export(). |
|
host with which to connect
Definition at line 12 of file conf.h. Referenced by drive(). |
|
fixed offset for "center"
Definition at line 20 of file conf.h. Referenced by drive(). |