OSVR-Core
|
Implementation. More...
#include <osvr/Common/AddDevice.h>
#include <osvr/Common/PathNode.h>
#include <osvr/Common/PathTree.h>
#include <osvr/Common/PathElementTypes.h>
#include <osvr/Common/PathElementTools.h>
#include <osvr/Common/RoutingConstants.h>
#include <osvr/Common/RoutingExceptions.h>
#include <stdexcept>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
OSVR_COMMON_EXPORT PathNode & | osvr::common::addDevice (PathTree &tree, std::string const &deviceName, elements::DeviceElement dev=elements::DeviceElement()) |
Adds/updates nodes for the basic path to a device. More... | |
Implementation.