wss_server sample
_tick_get_ms()
is only used within wss_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
wss_server sample
_tick_get_ms()
_tick_get_ms() function
Syntax
Show:
Summary
Declaration
from
keep_alive.c:48
static
uint64_t
_tick_get_ms
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
uint64_t
_tick_get_ms
(
void
)
keep_alive.c:48
if
(
check_this_client_at
<
check_after_ms
+
_tick_get_ms
(
)
)
{
keep_alive.c:60
get_max_delay()
check_after_ms
=
check_this_client_at
-
_tick_get_ms
(
)
;
keep_alive.c:61
get_max_delay()
h
->
clients
[
i
]
.
last_seen
=
_tick_get_ms
(
)
;
keep_alive.c:100
add_new_client()
if
(
keep_alive_storage
->
clients
[
i
]
.
last_seen
+
keep_alive_storage
->
keep_alive_period_ms
<=
_tick_get_ms
(
)
)
{
keep_alive.c:142
keep_alive_task()
if
(
keep_alive_storage
->
clients
[
i
]
.
last_seen
+
keep_alive_storage
->
not_alive_after_ms
<=
_tick_get_ms
(
)
)
{
keep_alive.c:144
keep_alive_task()
.
last_seen
=
_tick_get_ms
(
)
}
;
keep_alive.c:213
wss_keep_alive_client_is_active()
Call Tree
from
examples
_tick_get_ms()
is called by 4 functions and calls 1 function:
get_max_delay()
add_new_client()
keep_alive_task()
wss_keep_alive_client_is_active()
All items filtered out
_tick_get_ms()
esp_timer_get_time()
All items filtered out
Data Use
from
examples
All items filtered out
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