ESP-IDF
ot::BackboneRouter::BackboneTmfAgent::LogError() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::BackboneRouter::BackboneTmfAgent::LogError() const
ot::BackboneRouter::BackboneTmfAgent::LogError() const method
Syntax
Show:
Summary
Declaration
Definition
from
backbone_tmf.hpp:98
void
LogError
(
const
char
*
aText
,
const
Ip6
::
Address
&
aAddress
,
Error
aError
)
const
;
Implemented in
backbone_tmf.cpp:142
Arguments
Argument
aText
aAddress
aError
Examples
References
from
examples
Code
Location
Scope
Referrer
void
BackboneTmfAgent
::
LogError
(
const
char
*
aText
,
const
Ip6
::
Address
&
aAddress
,
Error
aError
)
const
backbone_tmf.cpp:142
void
LogError
(
const
char
*
aText
,
const
Ip6
::
Address
&
aAddress
,
Error
aError
)
const
;
backbone_tmf.hpp:98
LogError
(
"Backbone TMF subscribes"
,
aAddress
,
error
)
;
backbone_tmf.cpp:132
ot::BackboneRouter::BackboneTmfAgent
ot::BackboneRouter::BackboneTmfAgent::SubscribeMulticast()
LogError
(
"Backbone TMF unsubscribes"
,
aAddress
,
error
)
;
backbone_tmf.cpp:139
ot::BackboneRouter::BackboneTmfAgent
ot::BackboneRouter::BackboneTmfAgent::UnsubscribeMulticast()
Call Tree
from
examples
ot::BackboneRouter::BackboneTmfAgent::LogError() const
is called by 2 functions and calls 1 function:
ot::BackboneRouter::BackboneTmfAgent::SubscribeMulticast()
ot::BackboneRouter::BackboneTmfAgent::UnsubscribeMulticast()
All items filtered out
ot::BackboneRouter::BackboneTmfAgent::LogError() const
ot::ErrorToString()
All items filtered out
Data Use
from
examples
ot::BackboneRouter::BackboneTmfAgent::LogError() const
reads 4 variables:
ot::LogLevel::kLogLevelWarn
ot::LogLevel::kLogLevelInfo
ot::kErrorNone
ot::Ip6::Address::ToString() const
All items filtered out
ot::BackboneRouter::BackboneTmfAgent::LogError() const
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