wss_server sample
keep_alive_task()
is only used within wss_server 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
wss_server sample
keep_alive_task()
keep_alive_task() function
Syntax
Show:
Summary
Declaration
from
keep_alive.c:107
static
void
keep_alive_task
(
void
*
arg
)
;
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
keep_alive_task
(
void
*
arg
)
keep_alive.c:107
if
(
xTaskCreate
(
keep_alive_task
,
"keep_alive_task"
,
config
->
task_stack_size
,
keep_alive.c:177
wss_keep_alive_start()
Call Tree
from
examples
keep_alive_task()
calls 13 functions:
All items filtered out
keep_alive_task()
free()
xQueueReceive()
vQueueDelete()
vTaskDelete()
esp_log_timestamp()
esp_log_write()
wss_keep_alive_storage::check_client_alive_cb
wss_keep_alive_storage::client_not_alive_cb
_tick_get_ms()
get_max_delay()
update_client()
remove_client()
add_new_client()
All items filtered out
Data Use
from
examples
keep_alive_task()
reads 19 variables and writes 1 variable:
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
client_fd_action_type_t::CLIENT_FD_ADD
client_fd_action_type_t::CLIENT_FD_REMOVE
client_fd_action_type_t::CLIENT_UPDATE
client_fd_action_type_t::CLIENT_ACTIVE
client_fd_action_type_t::STOP_TASK
client_fd_action_t::type
client_fd_action_t::fd
client_fd_action_t::last_seen
wss_keep_alive_storage::max_clients
wss_keep_alive_storage::keep_alive_period_ms
wss_keep_alive_storage::not_alive_after_ms
wss_keep_alive_storage::q
wss_keep_alive_storage::clients
TAG
All items filtered out
keep_alive_task()
wss_keep_alive_start()
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
keep_alive_task()
allocates 1 types:
wss_keep_alive_storage
All items filtered out
keep_alive_task()
All items filtered out