OSVR-Core
|
Implementation. More...
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
OSVR_COMMON_EXPORT BaseDevicePtr | osvr::common::createClientDevice (std::string const &name, vrpn_ConnectionPtr const &conn) |
Factory function for a bare client device with no components/interfaces registered by default. | |
OSVR_COMMON_EXPORT BaseDevicePtr | osvr::common::createServerDevice (std::string const &name, vrpn_ConnectionPtr const &conn) |
Factory function for a bare server device with no components/interfaces registered by default. | |
Implementation.