Crinit -- Configurable Rootfs Init
crinitConfigMapping_t Struct Reference

#include <confmap.h>

Public Attributes

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

Detailed Description

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

Member Data Documentation

◆ arrayLike

bool crinitConfigMapping_t::arrayLike

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

◆ cfgHandler

crinitConfigHandler_t crinitConfigMapping_t::cfgHandler

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

◆ config

crinitConfigs_t crinitConfigMapping_t::config

The index of the configuration option.

◆ configKey

const char* crinitConfigMapping_t::configKey

The string representation (name) of the option.

◆ includeSafe

bool crinitConfigMapping_t::includeSafe

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


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