Main Page | Data Structures | Directories | File List | Data Fields | Globals

conf_t Struct Reference

Container for all of the configuration parameters. More...

#include <conf.h>

Collaboration diagram for conf_t:

Collaboration graph
[legend]

Data Fields

driver_tdriver
 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"

Detailed Description

Container for all of the configuration parameters.

Definition at line 7 of file conf.h.


Field Documentation

driver_t* conf_t::driver
 

driver with which to driver

Definition at line 9 of file conf.h.

Referenced by main().

int conf_t::port
 

port on which to connect

Definition at line 14 of file conf.h.

Referenced by drive().

char* conf_t::recording_prefix
 

prefix to place on filenames of log files

Definition at line 17 of file conf.h.

Referenced by recorder_export().

char* conf_t::server
 

host with which to connect

Definition at line 12 of file conf.h.

Referenced by drive().

float conf_t::steering_offset
 

fixed offset for "center"

Definition at line 20 of file conf.h.

Referenced by drive().


The documentation for this struct was generated from the following file:
Generated on Thu Sep 6 13:13:19 2007 for driver by  doxygen 1.3.9.1