Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
crinitConfigMapping Struct Reference

#include <confmap.h>

Data Fields

crinitConfigs_t config
 The index of the configuration option.
 
const char * configKey
 The string representation (name) of the option.
 
bool arrayLike
 
bool includeSafe
 If the configuration option may be used inside an include file.
 
crinitConfigHandler_t cfgHandler
 

Detailed Description

A structure defining a mapping between a configuration option, its string respresentation, and further properties.

Field Documentation

◆ arrayLike

bool crinitConfigMapping::arrayLike

If the configuration option is array-like, i.e. may be defined multiple times and appended to.

◆ cfgHandler

crinitConfigHandler_t crinitConfigMapping::cfgHandler

Pointer to the handler function to use if the configuration option is encountered.

◆ config

crinitConfigs_t crinitConfigMapping::config

The index of the configuration option.

◆ configKey

const char* crinitConfigMapping::configKey

The string representation (name) of the option.

◆ includeSafe

bool crinitConfigMapping::includeSafe

If the configuration option may be used inside an include file.


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