MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / getVRPNConnection

Function getVRPNConnection

src/osvr/VRPNServer/GetVRPNConnection.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace osvr {
38namespace vrpnserver {
39 vrpn_Connection *getVRPNConnection(OSVR_PluginRegContext ctx) {
40 return getVRPNConnection(
41 osvr::pluginhost::PluginSpecificRegistrationContext::get(ctx));
42 }
43
44 vrpn_Connection *getVRPNConnection(
45 osvr::pluginhost::PluginSpecificRegistrationContext &context) {

Callers 1

getVRPNConnectionMethod · 0.70

Calls 5

getFunction · 0.85
getVRPNConnectionKindIDFunction · 0.85
getParentMethod · 0.80
getConnectionKindIDMethod · 0.45
getUnderlyingObjectMethod · 0.45

Tested by

no test coverage detected