OSVR-Core
Namespaces | Functions
LocateServer.h File Reference

Internal API to locate the current OSVR Server on the file system. More...

#include <osvr/Util/GetEnvironmentVariable.h>
#include <osvr/Util/PlatformConfig.h>
#include <string>

Go to the source code of this file.

Namespaces

 osvr
 The main namespace for all C++ elements of the framework, internal and external.
 

Functions

boost::optional< std::string > osvr::client::getServerBinaryDirectoryPath ()
 INTERNAL ONLY - get the current server directory, if available. More...
 
boost::optional< std::string > osvr::client::getServerBinaryPath ()
 INTERNAL ONLY - get the path to the server executable, if available. More...
 
boost::optional< std::string > osvr::client::getServerLauncherBinaryPath ()
 INTERNAL ONLY - get the path to the server launcher executable, if available. More...
 

Detailed Description

Internal API to locate the current OSVR Server on the file system.

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

Function Documentation

§ getServerBinaryDirectoryPath()

boost::optional<std::string> osvr::client::getServerBinaryDirectoryPath ( )
inline

INTERNAL ONLY - get the current server directory, if available.

§ getServerBinaryPath()

boost::optional<std::string> osvr::client::getServerBinaryPath ( )
inline

INTERNAL ONLY - get the path to the server executable, if available.

§ getServerLauncherBinaryPath()

boost::optional<std::string> osvr::client::getServerLauncherBinaryPath ( )
inline

INTERNAL ONLY - get the path to the server launcher executable, if available.