OSVR-Core
|
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>
Functions | |
OSVR_ClientContext | osvrClientInit (const char applicationIdentifier[], uint32_t) |
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_ClientContext | osvrClientInitHost (const char applicationIdentifier[], const char host[], uint32_t) |
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. | |
Implementation.