MGE System Utility Library - Full Internal Documentation
v1.1.3
Library of system utility functions.
|
Configuration section definition. More...
#include <configfile.h>
Data Fields | |
char * | section |
Section name. More... | |
int | mandatory |
Mandatory, 1 = true, 0 = false. More... | |
int | present |
Pair present, 1 = true, 0 =false. More... | |
struct confkey | keys [MAX_KEYS_PER_SECTION] |
Array of KV Pairs. More... | |
Configuration section definition.
struct confkey keys[MAX_KEYS_PER_SECTION] |
Array of KV Pairs.
int mandatory |
Mandatory, 1 = true, 0 = false.
int present |
Pair present, 1 = true, 0 =false.
char* section |
Section name.