OSVR-Core
|
Header. More...
#include <osvr/Common/Export.h>
#include <osvr/Common/PathTree_fwd.h>
#include <osvr/Common/PathNode_fwd.h>
#include <osvr/Common/PathElementTypes_fwd.h>
#include <string>
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
OSVR_COMMON_EXPORT 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... | |
OSVR_COMMON_EXPORT 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... | |
Header.