MGE System Utility Library - Full Internal Documentation v1.6.2
Library of system utility functions.
confsection Struct Reference

Configuration section definition. More...

#include <mge-configfile.h>

Collaboration diagram for confsection:

Data Fields

const 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...
 

Detailed Description

Configuration section definition.

Field Documentation

◆ keys

Array of KV Pairs.

◆ mandatory

int mandatory

Mandatory, 1 = true, 0 = false.

◆ present

int present

Pair present, 1 = true, 0 =false.

◆ section

const char* section

Section name.


The documentation for this struct was generated from the following file: