ARB
|
Go to the source code of this file.
Macros | |
#define | COMMENT ';' |
#define | MAXLEN 2048 |
Functions | |
static void | scanKeywords (struct S_cfgLine line[], int *lineanz, int *maxlen) |
static void | cfgReadWarning (cstr fname, int lineno) |
int | readCfg (cstr fname, struct S_cfgLine line[]) |
void | setCfgError (cstr message) |
Variables | |
static cstr | error_message |
#define MAXLEN 2048 |
Definition at line 8 of file readcfg.c.
Referenced by readCfg(), and SaiBoolRule::to_string().
Definition at line 29 of file readcfg.c.
References cfgReadWarning(), COMMENT, S_cfgLine::decode, error_message, MAXLEN, scanKeywords(), warning(), and warningf().
Referenced by readSimCfg().
void setCfgError | ( | cstr | message | ) |
Definition at line 150 of file readcfg.c.
References error_message, and message().
Referenced by decodeFrand(), and decodeProb().
|
static |
Definition at line 10 of file readcfg.c.
Referenced by readCfg(), and setCfgError().