OSVR-Core
Namespaces | Functions
ConfigureServerFromFile.cpp File Reference

Header. More...

#include <osvr/Server/Server.h>
#include <osvr/Server/ConfigureServer.h>
#include <osvr/Server/ConfigureServerFromFile.h>
#include <osvr/Server/ConfigFilePaths.h>
#include <osvr/Util/PlatformConfig.h>
#include <osvr/Util/Logger.h>
#include <osvr/Util/LogNames.h>
#include <exception>
#include <fstream>
#include <iostream>
#include <vector>
#include <sstream>

Namespaces

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

Functions

OSVR_SERVER_EXPORT ServerPtr osvr::server::configureServerFromString (std::string const &json)
 
void osvr::server::debugDumpSearchPath (::osvr::util::log::LoggerPtr log)
 
ServerPtr osvr::server::internalConfigureServerFromFile (std::string const &configName, ::osvr::util::log::LoggerPtr log)
 
OSVR_SERVER_EXPORT ServerPtr osvr::server::configureServerFromFile (std::string const &configName)
 This uses a file name to attempt to configure the server with that config file. More...
 
OSVR_SERVER_EXPORT ServerPtr osvr::server::configureServerFromFirstFileInList (std::vector< std::string > const &configNames)
 This iterates over a vector that contains a list of potential config files, and uses the first working one to create the server instance. More...
 

Detailed Description

Header.

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