ESP-IDF
ot::Time::operator-=()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::Time::operator-=()
ot::Time::operator-=() method
Moves this `Time` object backward by a given duration.
Syntax
Show:
Summary
Declaration
from
time.hpp:143
void
operator
-=
(
uint32_t
aDuration
)
;
Arguments
Argument
Description
aDuration
A duration.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
operator
-=
(
uint32_t
aDuration
)
{
mValue
-=
aDuration
;
}
time.hpp:143
startTime
-=
mInterval
;
trickle_timer.cpp:66
ot::TrickleTimer
ot::TrickleTimer::GetStartTimeOfCurrentInterval() const
startTime
-=
mTimeInInterval
;
trickle_timer.cpp:73
ot::TrickleTimer
ot::TrickleTimer::GetStartTimeOfCurrentInterval() const
startTime
-=
mInterval
;
trickle_timer.cpp:77
ot::TrickleTimer
ot::TrickleTimer::GetStartTimeOfCurrentInterval() const
Call Tree
from
examples
ot::Time::operator-=()
is called by 1 function:
ot::TrickleTimer::GetStartTimeOfCurrentInterval() const
All items filtered out
ot::Time::operator-=()
All items filtered out
Data Use
from
examples
ot::Time::operator-=()
reads 1 variable and writes 1 variable:
ot::Time::mValue
All items filtered out
ot::Time::operator-=()
ot::Time::mValue
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