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

Method createSyncDevice

src/osvr/Connection/DeviceToken.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57DeviceTokenPtr
58OSVR_DeviceTokenObject::createSyncDevice(DeviceInitObject &init) {
59 DeviceTokenPtr ret(new SyncDeviceToken(init.getQualifiedName()));
60 ret->m_sharedInit(init);
61 return ret;
62}
63
64DeviceTokenPtr
65OSVR_DeviceTokenObject::createVirtualDevice(std::string const &name,

Callers

nothing calls this directly

Calls 2

m_sharedInitMethod · 0.80
getQualifiedNameMethod · 0.45

Tested by

no test coverage detected