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

Function osvrClientCheckDisplayStartup

src/osvr/ClientKit/DisplayC.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137OSVR_ReturnCode osvrClientCheckDisplayStartup(OSVR_DisplayConfig disp) {
138 OSVR_VALIDATE_DISPLAY_CONFIG;
139 return disp->cfg->isStartupComplete() ? OSVR_RETURN_SUCCESS
140 : OSVR_RETURN_FAILURE;
141}
142
143OSVR_ReturnCode
144osvrClientGetNumDisplayInputs(OSVR_DisplayConfig disp,

Callers 2

mainFunction · 0.85
checkStartupMethod · 0.85

Calls 1

isStartupCompleteMethod · 0.80

Tested by

no test coverage detected