ESP-IDF
otPingSenderStatistics::mMinRoundTripTime
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
otPingSenderStatistics::mMinRoundTripTime
otPingSenderStatistics::mMinRoundTripTime field
Syntax
Show:
Summary
Declaration
from
ping_sender.h:77
uint16_t
mMinRoundTripTime
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mMinRoundTripTime
;
///< The min round trip time among ping requests.
ping_sender.h:77
OutputFormat
(
" Round-trip min/avg/max = %u/%u.%u/%u ms."
,
aStatistics
->
mMinRoundTripTime
,
cli_ping.cpp:238
ot::Cli::PingSender
ot::Cli::PingSender::HandlePingStatistics()
mStatistics
.
mMinRoundTripTime
=
Min
(
mStatistics
.
mMinRoundTripTime
,
reply
.
mRoundTripTime
)
;
ping_sender.cpp:211
ot::Utils::PingSender
ot::Utils::PingSender::HandleIcmpReceive()
mMinRoundTripTime
=
NumericLimits
<
uint16_t
>
::
kMax
;
ping_sender.hpp:80
ot::Utils::PingSender::Statistics
ot::Utils::PingSender::Statistics::Clear()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPingSenderStatistics::mMinRoundTripTime
is written by 2 functions and is read by 2 functions:
ot::Utils::PingSender::Statistics::Clear()
ot::Utils::PingSender::HandleIcmpReceive()
All items filtered out
otPingSenderStatistics::mMinRoundTripTime
ot::Utils::PingSender::HandleIcmpReceive()
ot::Cli::PingSender::HandlePingStatistics()
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