OSVR-Core
|
Implementation. More...
#include <osvr/VRPNServer/GetVRPNConnection.h>
#include "../Connection/VrpnConnectionKind.h"
#include <osvr/Connection/Connection.h>
#include <osvr/PluginHost/PluginSpecificRegistrationContext.h>
#include <vrpn_Connection.h>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::vrpnserver | |
Contains functions and classes for plugins directly wrapping a VRPN server. | |
Functions | |
OSVR_VRPNSERVER_EXPORT vrpn_Connection * | osvr::vrpnserver::getVRPNConnection (OSVR_PluginRegContext ctx) |
Retrieves the vrpn_Connection pointer from an OSVR_PluginRegContext. More... | |
OSVR_VRPNSERVER_EXPORT vrpn_Connection * | osvr::vrpnserver::getVRPNConnection (osvr::pluginhost::PluginSpecificRegistrationContext &context) |
Implementation.