restful_server sample
_mdns_scheduler_run()
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
_mdns_scheduler_run()
_mdns_scheduler_run() function
Called from timer task to run mDNS responder periodically checks first unqueued packet (from tx head). if it is scheduled to be transmitted, then pushes the packet to action queue to be handled.
Syntax
Show:
Summary
Declaration
from
mdns.c:5342
static
void
_mdns_scheduler_run
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
void
_mdns_scheduler_run
(
void
)
mdns.c:5342
_mdns_scheduler_run
(
)
;
mdns.c:5435
_mdns_timer_cb()
Call Tree
from
examples
_mdns_scheduler_run()
is called by 1 function and calls 8 functions:
_mdns_timer_cb()
All items filtered out
_mdns_scheduler_run()
xTaskGetTickCount()
esp_get_free_heap_size()
xQueueGenericSend()
xQueueSemaphoreTake()
esp_log_timestamp()
esp_log_write()
mdns_mem_malloc()
mdns_mem_free()
All items filtered out
Data Use
from
examples
_mdns_scheduler_run()
reads 16 variables and writes 3 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
_mdns_server
TAG
_mdns_service_semaphore
mdns_action_t::data
mdns_action_type_t::ACTION_TX_HANDLE
mdns_tx_packet_s::next
mdns_tx_packet_s::send_at
mdns_tx_packet_s::queued
mdns_server_s::action_queue
mdns_server_s::tx_queue_head
mdns_action_t::
::tx_handle
All items filtered out
_mdns_scheduler_run()
mdns_tx_packet_s::queued
mdns_action_t::type
mdns_action_t::
::
::packet
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