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

Function executeEventLoop

source/src/ports/POSIX/main.c:193–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void *executeEventLoop() {
194 /* The event loop. Put other processing you need done continually in here */
195 while (1 != g_end_stack) {
196 if (kEipStatusOk != NetworkHandlerProcessOnce() ) {
197 OPENER_TRACE_ERR("Error in NetworkHandler loop! Exiting OpENer!\n");
198 break;
199 }
200 }
201}

Callers 1

mainFunction · 0.85

Calls 1

Tested by

no test coverage detected