ESP-IDF
ot::SettingsBase::LogPrefix()
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::SettingsBase::LogPrefix()
ot::SettingsBase::LogPrefix() method
Syntax
Show:
Summary
Declaration
Definition
from
settings.hpp:731
static
void
LogPrefix
(
Action
aAction
,
Key
aKey
,
const
Ip6
::
Prefix
&
aPrefix
)
;
Implemented in
settings.cpp:82
Arguments
Argument
aAction
aKey
aPrefix
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SettingsBase
::
LogPrefix
(
Action
aAction
,
Key
aKey
,
const
Ip6
::
Prefix
&
aPrefix
)
settings.cpp:82
static
void
LogPrefix
(
Action
aAction
,
Key
aKey
,
const
Ip6
::
Prefix
&
aPrefix
)
;
settings.hpp:731
LogPrefix
(
aAction
,
aKey
,
*
reinterpret_cast
<
const
Ip6
::
Prefix
*
>
(
aValue
)
)
;
settings.cpp:526
ot::Settings
ot::Settings::Log()
Call Tree
from
examples
ot::SettingsBase::LogPrefix()
is called by 1 function and calls 2 functions:
ot::Settings::Log()
All items filtered out
ot::SettingsBase::LogPrefix()
ot::SettingsBase::KeyToString()
ot::SettingsBase::ActionToString()
All items filtered out
Data Use
from
examples
ot::SettingsBase::LogPrefix()
reads 2 variables:
ot::LogLevel::kLogLevelInfo
ot::Ip6::Prefix::ToString() const
All items filtered out
ot::SettingsBase::LogPrefix()
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