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

Method identifier

src/osvr/Common/Location2DComponent.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 OSVR_ChannelCount m_sensor;
61 };
62 const char *LocationRecord::identifier() {
63 return "com.osvr.location2D.locationrecord";
64 }
65 } // namespace messages
66
67 shared_ptr<Location2DComponent>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected