Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ lastUpdateSeconds
Method
lastUpdateSeconds
src/util/Timer.cpp:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
134
double Timer::lastUpdateSeconds() const
135
{
136
return ((double)lastUpdateMilliseconds())/1000.0;
137
}
138
139
140
unsigned long Timer::lastUpdateMilliseconds() const
Callers
1
processInputQueue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected