libelosPluginConfig.h

// SPDX-License-Identifier: MIT

int32_t elosPluginConfigGetInt(elosPlugin_t const *plugin, const char *pathToConfigOption, const char *envVarName, int32_t defaultValue)
[source]

Get integer value for given plugin option path. I.e. /Config/anIntegerOption

Note: Actually it is the task of samconf to merge different configuration sources, but until support for environment is implemented, it must be done here manually.

Parameters: