ESP-IDF
otPingSenderStatistics::mTotalRoundTripTime
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::mTotalRoundTripTime
otPingSenderStatistics::mTotalRoundTripTime field
Syntax
Show:
Summary
Declaration
from
ping_sender.h:76
uint32_t
mTotalRoundTripTime
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mTotalRoundTripTime
;
///< The total round trip time of ping requests.
ping_sender.h:76
uint32_t
avgRoundTripTime
=
1000
*
aStatistics
->
mTotalRoundTripTime
/
aStatistics
->
mReceivedCount
;
cli_ping.cpp:236
ot::Cli::PingSender
ot::Cli::PingSender::HandlePingStatistics()
mStatistics
.
mTotalRoundTripTime
+=
reply
.
mRoundTripTime
;
ping_sender.cpp:209
ot::Utils::PingSender
ot::Utils::PingSender::HandleIcmpReceive()
mTotalRoundTripTime
=
0
;
ping_sender.hpp:79
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::mTotalRoundTripTime
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::mTotalRoundTripTime
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