MCPcopy 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
34void PreciseTimer::setFunction(std::function<void()> func)
35{
36 func_ = func;
37}
38
39void PreciseTimer::setInterval(const int microsec)
40{

Callers 2

MainWindowMethod · 0.80
changeConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected