OSVR-Core
|
Platform specific search paths for osvr server config files. More...
#include <osvr/Server/Export.h>
#include <vector>
#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. | |
osvr::server | |
Server functionality. | |
Functions | |
OSVR_SERVER_EXPORT std::vector< std::string > | osvr::server::getConfigDirectories () |
Get list of directories to search for config files. | |
OSVR_SERVER_EXPORT std::vector< std::string > | osvr::server::getDefaultConfigFilePaths () |
this returns a vector of default server configuration file paths. | |
OSVR_SERVER_EXPORT std::vector< std::string > | osvr::server::getCandidateConfigFilePaths (std::string const &inputFilename) |
given a input filename/path, returns potential full paths from combining relative input paths with potential config file locations. More... | |
Platform specific search paths for osvr server config files.