MGE System Utility Library - API Documentation v1.6.2
Library of system utility functions.
Loading...
Searching...
No Matches
confsection Struct Reference

Configuration section definition. More...

#include <mge-configfile.h>

Collaboration diagram for confsection:

Data Fields

const char * section
 Section name.
 
int mandatory
 Mandatory, 1 = true, 0 = false.
 
int present
 Pair present, 1 = true, 0 =false.
 
struct confkey keys [MAX_KEYS_PER_SECTION]
 Array of KV Pairs.
 

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: