OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ServerAutoStartC.h File Reference

API to attempt OSVR server auto-start. More...

#include <osvr/ClientKit/Export.h>
#include <osvr/Util/APIBaseC.h>

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.
 

Detailed Description

API to attempt OSVR server auto-start.

Must be c-safe!

Date
2016
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file ServerAutoStartC.h.