ESP-IDF
protocomm::add_endpoint
is only used within ESP-IDF.
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
ESP-IDF
protocomm::add_endpoint
protocomm::add_endpoint field
Syntax
Show:
Summary
Declaration
from
protocomm_priv.h:50
int
(
*
add_endpoint
)
(
const
char
*
ep_name
,
protocomm_req_handler_t
h
,
void
*
priv_data
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
add_endpoint
)
(
const
char
*
ep_name
,
protocomm_req_handler_t
h
,
void
*
priv_data
)
;
protocomm_priv.h:50
if
(
pc
->
add_endpoint
)
{
protocomm.c:91
protocomm_add_endpoint_internal()
ret
=
pc
->
add_endpoint
(
ep_name
,
h
,
priv_data
)
;
protocomm.c:92
protocomm_add_endpoint_internal()
pc
->
add_endpoint
=
protocomm_ble_add_endpoint
;
protocomm_ble.c:568
protocomm_ble_start()
pc
->
add_endpoint
=
protocomm_console_add_endpoint
;
protocomm_console.c:220
protocomm_console_start()
pc
->
add_endpoint
=
protocomm_httpd_add_endpoint
;
protocomm_httpd.c:286
protocomm_httpd_start()
pc
->
add_endpoint
=
protocomm_ble_add_endpoint
;
protocomm_nimble.c:987
protocomm_ble_start()
Call Tree
from
examples
protocomm::add_endpoint
is called by 1 function:
protocomm_add_endpoint_internal()
All items filtered out
protocomm::add_endpoint
All items filtered out
Data Use
from
examples
protocomm::add_endpoint
is written by 3 functions and is read by 1 function:
protocomm_console_start()
protocomm_httpd_start()
protocomm_ble_start()
All items filtered out
protocomm::add_endpoint
protocomm_add_endpoint_internal()
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
protocomm::add_endpoint
implements 3 functionss:
protocomm_console_add_endpoint()
protocomm_httpd_add_endpoint()
protocomm_ble_add_endpoint()
All items filtered out
protocomm::add_endpoint
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out