Header. More...
#include <osvr/Common/Export.h>#include <osvr/Common/PathElementTypes_fwd.h>#include <osvr/Common/PathNode_fwd.h>#include <json/value.h>Go to the source code of this file.
Classes | |
| struct | osvr::common::detail::AliasProcessorOptions |
| Options struct for internal usage by AliasProcessor. More... | |
| class | osvr::common::AliasProcessor |
| A short-lived class for setting up options then processing alias directives to apply to a path tree. More... | |
Namespaces | |
| osvr | |
| < | |
| osvr::common | |
| Handles spatial transformations. | |
Functions | |
| 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::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::applyPriorityToAlias (Json::Value const &alias, AliasPriority priority) |
| Given a JSON object describing one or more aliases, set the priority of the alias(es). More... | |