Implementation. More...
#include <osvr/Client/CreateContext.h>#include <osvr/ClientKit/ContextC.h>#include <osvr/Common/ClientContext.h>#include <osvr/Common/Tracing.h>#include <osvr/Util/GetEnvironmentVariable.h>#include <osvr/Util/Log.h>#include <osvr/Util/LogNames.h>#include <osvr/Util/Verbosity.h>#include <iostream>Go to the source code of this file.
| Functions | |
| OSVR_ClientContext | osvrClientInit (const char applicationIdentifier[], uint32_t) | 
| Initialize the library.  More... | |
| OSVR_ReturnCode | osvrClientCheckStatus (OSVR_ClientContext ctx) | 
| Checks to see if the client context is fully started up and connected properly to a server.  More... | |
| OSVR_ReturnCode | osvrClientUpdate (OSVR_ClientContext ctx) | 
| Updates the state of the context - call regularly in your mainloop.  More... | |
| OSVR_ReturnCode | osvrClientShutdown (OSVR_ClientContext ctx) | 
| Shutdown the library.  More... | |
| void | osvrClientLog (OSVR_ClientContext ctx, OSVR_LogLevel severity, const char *message) | 
| Log a message from the client. | |