#include <stdint.h>
#include "types.h"
Go to the source code of this file.
Data Structures | |
struct | Tsetting |
Defines | |
#define | ARTP_SETTING_H 1 |
Functions | |
int | setting_set_defaults (void) |
int | setting_read_file (char *filename) |
Variables | |
Tsetting | global_setting |
ARTP
library for reading and setting ARTP
settings.
|
Read setting from a file. This function reads setting from given file.
|
|
Set default setting. This functions sets the default setting to the relevant structure (global_setting).
|
|
Structure for saving global ARTP settings |