ESP-IDF
otPingSenderReply::mRoundTripTime
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otPingSenderReply::mRoundTripTime
otPingSenderReply::mRoundTripTime field
Syntax
Show:
Summary
Declaration
from
ping_sender.h:63
uint16_t
mRoundTripTime
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mRoundTripTime
;
///< Round trip time in msec.
ping_sender.h:63
OutputLine
(
": icmp_seq=%u hlim=%u time=%ums"
,
aReply
->
mSequenceNumber
,
aReply
->
mHopLimit
,
aReply
->
mRoundTripTime
)
;
cli_ping.cpp:212
ot::Cli::PingSender
ot::Cli::PingSender::HandlePingReply()
reply
.
mRoundTripTime
=
ClampToUint16
(
TimerMilli
::
GetNow
(
)
-
TimeMilli
(
timestamp
)
)
;
ping_sender.cpp:203
ot::Utils::PingSender
ot::Utils::PingSender::HandleIcmpReceive()
mStatistics
.
mTotalRoundTripTime
+=
reply
.
mRoundTripTime
;
ping_sender.cpp:209
ot::Utils::PingSender
ot::Utils::PingSender::HandleIcmpReceive()
mStatistics
.
mMaxRoundTripTime
=
Max
(
mStatistics
.
mMaxRoundTripTime
,
reply
.
mRoundTripTime
)
;
ping_sender.cpp:210
ot::Utils::PingSender
ot::Utils::PingSender::HandleIcmpReceive()
mStatistics
.
mMinRoundTripTime
=
Min
(
mStatistics
.
mMinRoundTripTime
,
reply
.
mRoundTripTime
)
;
ping_sender.cpp:211
ot::Utils::PingSender
ot::Utils::PingSender::HandleIcmpReceive()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otPingSenderReply::mRoundTripTime
is written by 1 function and is read by 2 functions:
ot::Utils::PingSender::HandleIcmpReceive()
All items filtered out
otPingSenderReply::mRoundTripTime
ot::Utils::PingSender::HandleIcmpReceive()
ot::Cli::PingSender::HandlePingReply()
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