Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BambooTracker/BambooTracker
/ setFunction
Method
setFunction
BambooTracker/precise_timer.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void PreciseTimer::setFunction(std::function<void()> func)
35
{
36
func_ = func;
37
}
38
39
void PreciseTimer::setInterval(const int microsec)
40
{
Callers
2
MainWindow
Method · 0.80
changeConfiguration
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected