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>Go to the source code of this file.
| Namespaces | |
| osvr | |
| < | |
| osvr::common | |
| Handles spatial transformations. | |
| Functions | |
| 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... | |
| 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... | |
| 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... | |