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

Method identifier

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

Source from the content-addressed store, hash-verified

60 OSVR_ChannelCount m_sensor;
61 };
62 const char *DirectionRecord::identifier() {
63 return "com.osvr.direction.directionrecord";
64 }
65 } // namespace messages
66
67 shared_ptr<DirectionComponent>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected