Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bmorcelli/Launcher
/ vectorDisplayMillis
Function
vectorDisplayMillis
include/VectorDisplay.h:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
typedef std::string String;
15
16
inline uint32_t vectorDisplayMillis() {
17
struct timeb t;
18
ftime(&t);
19
return t.millitm + t.time * 1000;
20
}
21
22
class Print {
23
public:
Callers
2
sendDelay
Method · 0.85
setDelay
Method · 0.85
Calls
1
launcherMillis
Function · 0.85
Tested by
no test coverage detected