ws_echo_server sample
start_webserver()
is only used within ws_echo_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ws_echo_server sample
start_webserver()
start_webserver() function
Syntax
Show:
Summary
Declaration
from
ws_echo_server.c:132
static
httpd_handle_t
start_webserver
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
httpd_handle_t
start_webserver
(
void
)
ws_echo_server.c:132
*
server
=
start_webserver
(
)
;
ws_echo_server.c:176
connect_handler()
server
=
start_webserver
(
)
;
ws_echo_server.c:208
app_main()
Call Tree
from
examples
start_webserver()
is called by 2 functions and calls 4 functions:
connect_handler()
app_main()
All items filtered out
start_webserver()
esp_log_timestamp()
esp_log_write()
httpd_start()
httpd_register_uri_handler()
All items filtered out
Data Use
from
examples
start_webserver()
reads 7 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
httpd_config::server_port
TAG
All items filtered out
start_webserver()
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