ESP-IDF
ot::Coap::TxParameters::CalculateSpan() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::Coap::TxParameters::CalculateSpan() const
ot::Coap::TxParameters::CalculateSpan() const method
Syntax
Show:
Summary
Declaration
Definition
from
coap.hpp:128
uint32_t
CalculateSpan
(
uint8_t
aMaxRetx
)
const
;
Implemented in
coap.cpp:1633
Arguments
Argument
aMaxRetx
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
TxParameters
::
CalculateSpan
(
uint8_t
aMaxRetx
)
const
coap.cpp:1633
uint32_t
CalculateSpan
(
uint8_t
aMaxRetx
)
const
;
coap.hpp:128
return
CalculateSpan
(
mMaxRetransmit
)
+
2
*
kDefaultMaxLatency
+
mAckTimeout
;
coap.cpp:1628
ot::Coap::TxParameters
ot::Coap::TxParameters::CalculateExchangeLifetime() const
uint32_t
TxParameters
::
CalculateMaxTransmitWait
(
void
)
const
{
return
CalculateSpan
(
mMaxRetransmit
+
1
)
;
}
coap.cpp:1631
ot::Coap::TxParameters
ot::Coap::TxParameters::CalculateMaxTransmitWait() const
Call Tree
from
examples
ot::Coap::TxParameters::CalculateSpan() const
is called by 2 functions:
ot::Coap::TxParameters::CalculateExchangeLifetime() const
ot::Coap::TxParameters::CalculateMaxTransmitWait() const
All items filtered out
ot::Coap::TxParameters::CalculateSpan() const
All items filtered out
Data Use
from
examples
ot::Coap::TxParameters::CalculateSpan() const
reads 3 variables:
otCoapTxParameters::mAckTimeout
otCoapTxParameters::mAckRandomFactorNumerator
otCoapTxParameters::mAckRandomFactorDenominator
All items filtered out
ot::Coap::TxParameters::CalculateSpan() 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