ESP-IDF
ot::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
ot::Callback
ot::Callback
Syntax
Show:
Summary
Declaration
from
callback.hpp:146
class
Callback
{
}
;
Examples
References
from
examples
Code
Location
Scope
Referrer
class
Callback
callback.hpp:146
template
<
typename
HandlerType
>
class
Callback
<
HandlerType
,
kContextAsLastArg
>
:
public
CallbackBase
<
HandlerType
>
callback.hpp:151
template
<
typename
HandlerType
>
class
Callback
<
HandlerType
,
kContextAsFirstArg
>
:
public
CallbackBase
<
HandlerType
>
callback.hpp:218
typedef
Callback
<
otStateChangedCallback
>
ExternalCallback
;
notifier.hpp:292
for
(
ExternalCallback
&
callback
:
mExternalCallbacks
)
notifier.cpp:46
ot::Notifier::Notifier()
ExternalCallback
*
unusedCallback
=
nullptr
;
notifier.cpp:55
ot::Notifier::RegisterCallback()
for
(
ExternalCallback
&
callback
:
mExternalCallbacks
)
notifier.cpp:59
ot::Notifier::RegisterCallback()
for
(
ExternalCallback
&
callback
:
mExternalCallbacks
)
notifier.cpp:81
ot::Notifier::RemoveCallback()
for
(
ExternalCallback
&
callback
:
mExternalCallbacks
)
notifier.cpp:188
ot::Notifier::EmitEvents()
typedef
Callback
<
otStateChangedCallback
>
ExternalCallback
;
notifier.hpp:292
ot::Notifier
ot::Notifier::ExternalCallback
ExternalCallback
mExternalCallbacks
[
kMaxExternalHandlers
]
;
notifier.hpp:304
ot::Notifier
ot::Notifier::mExternalCallbacks
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
ot::Callback
is inherited by 1 classes:
All items filtered out
ot::Callback
ot::CallbackBase
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
Instance
Scope
Location
Project
ot::Notifier::mExternalCallbacks
ot::Notifier
notifier.hpp:304
Lifecycle
from
examples
All items filtered out
All items filtered out