ESP-IDF
tGOEPC_CCB::callback
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
tGOEPC_CCB::callback
tGOEPC_CCB::callback field
Syntax
Show:
Summary
Declaration
from
goep_int.h:47
tGOEPC_EVT_CBACK
*
callback
;
Examples
References
from
examples
Code
Location
Referrer
tGOEPC_EVT_CBACK
*
callback
;
/* GOEP event callback function */
goep_int.h:47
p_ccb
->
callback
=
callback
;
goepc_api.c:97
GOEPC_Open()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_CONGEST_EVT
,
NULL
)
;
goepc_main.c:134
goepc_act_congest()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_UNCONGEST_EVT
,
NULL
)
;
goepc_main.c:140
goepc_act_uncongest()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_MTU_CHANGED_EVT
,
&
msg
)
;
goepc_main.c:150
goepc_act_mtu_chg()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_OPENED_EVT
,
&
msg
)
;
goepc_main.c:228
goepc_sm_act_connect()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_CLOSED_EVT
,
&
msg
)
;
goepc_main.c:238
goepc_sm_act_disconnect()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_RESPONSE_EVT
,
&
msg
)
;
goepc_main.c:284
goepc_sm_act_rsp()
p_ccb
->
callback
(
p_ccb
->
allocated
,
GOEPC_RESPONSE_EVT
,
&
msg
)
;
goepc_main.c:299
goepc_sm_act_rsp_fb()
Call Tree
from
examples
tGOEPC_CCB::callback
is called by 7 functions:
goepc_act_congest()
goepc_act_uncongest()
goepc_act_mtu_chg()
goepc_sm_act_connect()
goepc_sm_act_disconnect()
goepc_sm_act_rsp()
goepc_sm_act_rsp_fb()
All items filtered out
tGOEPC_CCB::callback
All items filtered out
Data Use
from
examples
tGOEPC_CCB::callback
is written by 1 function:
GOEPC_Open()
All items filtered out
tGOEPC_CCB::callback
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