ESP-IDF
config_get_string()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
config_get_string()
config_get_string() function
Syntax
Show:
Summary
Declaration
Definition
from
config.h:80
const
char
*
config_get_string
(
const
config_t
*
config
,
const
char
*
section
,
const
char
*
key
,
const
char
*
def_value
)
;
Implemented in
config.c:185
Arguments
Argument
config
section
key
def_value
Related Functions
Found 19 other functions taking a
config_t
argument:
Function
config_free()
config_set_string()
entry_find()
section_find()
config_remove_section()
config_save()
config_has_key()
config_get_int()
config_has_section()
config_has_key_in_section()
config_set_int()
config_section_end()
config_section_begin()
config_update_newest_section()
config_remove_key()
config_parse()
config_get_bool()
config_set_bool()
get_config_size()
Examples
References
from
examples
Code
Location
Referrer
const
char
*
config_get_string
(
const
config_t
*
config
,
const
char
*
section
,
const
char
*
key
,
const
char
*
def_value
)
config.c:185
const
char
*
config_get_string
(
const
config_t
*
config
,
const
char
*
section
,
const
char
*
key
,
const
char
*
def_value
)
;
config.h:80
const
char
*
stored_value
=
config_get_string
(
config
,
section
,
key
,
NULL
)
;
btc_config.c:168
btc_config_get_str()
const
char
*
value_str
=
config_get_string
(
config
,
section
,
key
,
NULL
)
;
btc_config.c:200
btc_config_get_bin()
const
char
*
value_str
=
config_get_string
(
config
,
section
,
key
,
NULL
)
;
btc_config.c:231
btc_config_get_bin_length()
Call Tree
from
examples
config_get_string()
is called by 3 functions and calls 2 functions:
btc_config_get_str()
btc_config_get_bin()
btc_config_get_bin_length()
All items filtered out
config_get_string()
__assert_func()
entry_find()
All items filtered out
Data Use
from
examples
config_get_string()
reads 1 variable:
entry_t::value
All items filtered out
config_get_string()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out