OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ContextC.h File Reference

Header. More...

Go to the source code of this file.

Functions

OSVR_ClientContext osvrClientInit (const char applicationIdentifier[], uint32_t flags=0)
 Initialize the library. More...
 
OSVR_ReturnCode osvrClientUpdate (OSVR_ClientContext ctx)
 Updates the state of the context - call regularly in your mainloop. 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 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.
 

Detailed Description

Header.

Must be c-safe!

Todo:
Apply annotation macros
Date
2014
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file ContextC.h.