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

Method create

src/osvr/Common/EyeTrackerComponent.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 } // namespace messages
62
63 shared_ptr<EyeTrackerComponent>
64 EyeTrackerComponent::create(OSVR_ChannelCount numChan) {
65 shared_ptr<EyeTrackerComponent> ret(new EyeTrackerComponent(numChan));
66 return ret;
67 }
68
69 EyeTrackerComponent::EyeTrackerComponent(OSVR_ChannelCount numChan)
70 : m_numSensor(numChan) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected