MCPcopy 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

14typedef std::string String;
15
16inline uint32_t vectorDisplayMillis() {
17 struct timeb t;
18 ftime(&t);
19 return t.millitm + t.time * 1000;
20}
21
22class Print {
23public:

Callers 2

sendDelayMethod · 0.85
setDelayMethod · 0.85

Calls 1

launcherMillisFunction · 0.85

Tested by

no test coverage detected