OSVR-Core
|
Implementation. More...
#include "PureClientContext.h"
#include <boost/algorithm/string.hpp>
#include <osvr/Common/ClientInterface.h>
#include <osvr/Common/CreateDevice.h>
#include <osvr/Common/DeduplicatingFunctionWrapper.h>
#include <osvr/Common/PathElementTools.h>
#include <osvr/Common/PathElementTypes.h>
#include <osvr/Common/PathTreeFull.h>
#include <osvr/Common/SystemComponent.h>
#include <osvr/Util/Verbosity.h>
#include <json/value.h>
#include <thread>
#include <unordered_set>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
Functions | |
void | osvr::client::replaceLocalhostServers (Json::Value &nodes, std::string const &host) |
Implementation.