Implementation. More...
#include <osvr/Common/ProcessDeviceDescriptor.h>#include <osvr/Common/PathTree.h>#include <osvr/Common/PathNode.h>#include <osvr/Common/PathElementTools.h>#include <osvr/Common/RoutingConstants.h>#include <osvr/Util/Flag.h>#include <osvr/Util/Verbosity.h>#include <osvr/Util/TreeTraversalVisitor.h>#include <osvr/Common/AliasProcessor.h>#include <osvr/Common/NormalizeDeviceDescriptor.h>#include "PathParseAndRetrieve.h"#include <json/value.h>#include <json/reader.h>#include <boost/noncopyable.hpp>#include <boost/variant/get.hpp>#include <boost/algorithm/string/predicate.hpp>#include <boost/algorithm/string/erase.hpp>#include <utility>#include <tuple>Go to the source code of this file.
| Namespaces | |
| osvr | |
| < | |
| osvr::common | |
| Handles spatial transformations. | |
| Functions | |
| 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... | |
| 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... | |