advanced_tests sample
hello_get_handler()
is only used within advanced_tests sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
advanced_tests sample
hello_get_handler()
hello_get_handler() function
Basic Handlers Start ******************
Syntax
Show:
Summary
Declaration
from
tests.c:22
static
esp_err_t
hello_get_handler
(
httpd_req_t
*
req
)
;
Arguments
Argument
req
Examples
References
from
examples
Code
Location
static
esp_err_t
hello_get_handler
(
httpd_req_t
*
req
)
tests.c:22
.
handler
=
hello_get_handler
,
tests.c:318
Call Tree
from
examples
hello_get_handler()
calls 4 functions:
All items filtered out
hello_get_handler()
uxTaskGetStackHighWaterMark()
esp_log_timestamp()
esp_log_write()
httpd_resp_send()
All items filtered out
Data Use
from
examples
hello_get_handler()
reads 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
All items filtered out
hello_get_handler()
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