ESP-IDF
ot::Notifier::mEventsToSignal
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Notifier::mEventsToSignal
ot::Notifier::mEventsToSignal field
Syntax
Show:
Summary
Declaration
from
notifier.hpp:301
Events
mEventsToSignal
;
Examples
References
from
examples
Code
Location
Scope
Referrer
Events
mEventsToSignal
;
notifier.hpp:301
mEventsToSignal
.
Add
(
aEvent
)
;
notifier.cpp:95
ot::Notifier
ot::Notifier::Signal()
VerifyOrExit
(
!
mEventsToSignal
.
IsEmpty
(
)
)
;
notifier.cpp:112
ot::Notifier
ot::Notifier::EmitEvents()
events
=
mEventsToSignal
;
notifier.cpp:117
ot::Notifier
ot::Notifier::EmitEvents()
mEventsToSignal
.
Clear
(
)
;
notifier.cpp:118
ot::Notifier
ot::Notifier::EmitEvents()
bool
IsPending
(
void
)
const
{
return
!
mEventsToSignal
.
IsEmpty
(
)
;
}
notifier.hpp:236
ot::Notifier
ot::Notifier::IsPending() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Notifier::mEventsToSignal
is read by 3 functions:
All items filtered out
ot::Notifier::mEventsToSignal
ot::Notifier::IsPending() const
ot::Notifier::Signal()
ot::Notifier::EmitEvents()
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