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

Method getQualifiedName

src/osvr/Connection/DeviceInitObject.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118std::string OSVR_DeviceInitObject::getQualifiedName() const {
119 return m_qualifiedName;
120}
121
122osvr::connection::ConnectionPtr OSVR_DeviceInitObject::getConnection() {
123 return m_conn;

Callers 7

vrpn_BaseFlexServerMethod · 0.45
VrpnTrackerServerMethod · 0.45
VrpnConnectionDeviceMethod · 0.45
VrpnButtonServerMethod · 0.45
createAsyncDeviceMethod · 0.45
createSyncDeviceMethod · 0.45
VrpnAnalogServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected