API to attempt OSVR server auto-start. More...
Go to the source code of this file.
Functions | |
void | osvrClientAttemptServerAutoStart () |
Ensures the OSVR server process/thread is running. Call once per process. The server may or may not actually start successfully as a result of this call. Continue to check client context status to determine if the client context has connected successfully. | |
void | osvrClientReleaseAutoStartedServer () |
Ensures any OSVR server-related resources in the client are released. Call once per process. | |
API to attempt OSVR server auto-start.
Must be c-safe!
Definition in file ServerAutoStartC.h.