OSVR-Core
|
Implementation. More...
#include <osvr/Common/AliasProcessor.h>
#include <osvr/Common/NormalizeDeviceDescriptor.h>
#include <osvr/Common/PathElementTools.h>
#include <osvr/Common/PathNode.h>
#include <osvr/Common/PathTree.h>
#include <osvr/Common/ProcessDeviceDescriptor.h>
#include <osvr/Common/RoutingConstants.h>
#include <osvr/Util/Flag.h>
#include <osvr/Util/TreeTraversalVisitor.h>
#include <osvr/Util/Verbosity.h>
#include "PathParseAndRetrieve.h"
#include <boost/algorithm/string/erase.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/noncopyable.hpp>
#include <boost/variant/get.hpp>
#include <json/reader.h>
#include <json/value.h>
#include <tuple>
#include <utility>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
OSVR_COMMON_EXPORT bool | osvr::common::processDeviceDescriptorForPathTree (PathTree &tree, std::string const &deviceName, std::string const &jsonDescriptor, int listenPort, std::string const &host) |
Set up a path tree based on a device descriptor. More... | |
OSVR_COMMON_EXPORT bool | osvr::common::processDeviceDescriptorFromExistingDevice (PathNode &devNode, elements::DeviceElement const &devElt) |
Set up a path tree based on a device descriptor from an existing DeviceElement node. More... | |
Implementation.