#include <drivers/drivers.h>
Include dependency graph for conf.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | conf_t |
Container for all of the configuration parameters. More... | |
Functions | |
int | read_conf (char *profile) |
Read global configuration from a file. | |
Variables | |
conf_t | conf |
Global configuration container. |
|
Read global configuration from a file.
Definition at line 35 of file conf.c. References CONF_FLOAT, CONF_INT, and CONF_STR. Referenced by main(). |
|
Global configuration container.
Definition at line 10 of file conf.c. Referenced by drive(), main(), and recorder_export(). |