Implementation. More...
#include <osvr/ClientKit/ServerAutoStartC.h>
#include <osvr/Util/ProcessUtils.h>
#include <osvr/Util/PlatformConfig.h>
#include <osvr/Client/LocateServer.h>
#include <osvr/Util/GetEnvironmentVariable.h>
#include <string>
#include <vector>
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. | |