OSVR-Core
|
Implementation. More...
#include <osvr/Common/AliasProcessor.h>
#include <osvr/Common/PathTree.h>
#include <osvr/Common/PathNode.h>
#include <osvr/Common/PathElementTools.h>
#include <osvr/Util/Flag.h>
#include <osvr/Util/TreeTraversalVisitor.h>
#include <osvr/Util/Verbosity.h>
#include <osvr/Common/ParseAlias.h>
#include <osvr/Common/RoutingKeys.h>
#include "PathParseAndRetrieve.h"
#include <boost/noncopyable.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/erase.hpp>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
OSVR_COMMON_EXPORT Json::Value | osvr::common::createJSONAlias (std::string const &path, Json::Value const &destination) |
Given a path and a destination, combine them into a JSON alias description. More... | |
OSVR_COMMON_EXPORT Json::Value | osvr::common::convertRouteToAlias (Json::Value const &val) |
Given a single JSON object, if it's an old-fashioned "routing
directive", convert it to a normal "alias". More... | |
OSVR_COMMON_EXPORT Json::Value | osvr::common::applyPriorityToAlias (Json::Value const &alias, AliasPriority priority) |
Given a JSON object describing one or more aliases, set the priority of the alias(es). More... | |
Implementation.