MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / GetMilliSeconds

Function GetMilliSeconds

source/src/ports/MINGW/networkhandler.c:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28MilliSeconds GetMilliSeconds(void) {
29 return (MilliSeconds) (getMicroSeconds() / 1000ULL);
30}
31
32EipStatus NetworkHandlerInitializePlatform(void) {
33 WSADATA wsaData;

Callers 2

NetworkHandlerInitializeFunction · 0.50

Calls 1

getMicroSecondsFunction · 0.85

Tested by

no test coverage detected