MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / osvrClientUpdate

Function osvrClientUpdate

src/osvr/ClientKit/ContextC.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 return ctx->getStatus() ? OSVR_RETURN_SUCCESS : OSVR_RETURN_FAILURE;
58}
59OSVR_ReturnCode osvrClientUpdate(OSVR_ClientContext ctx) {
60 osvr::common::tracing::ClientUpdate region;
61 ctx->update();
62 return OSVR_RETURN_SUCCESS;
63}
64
65OSVR_ReturnCode osvrClientShutdown(OSVR_ClientContext ctx) {
66 if (nullptr == ctx) {

Callers 11

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
updateMethod · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected