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

Method getModel

src/osvr/Client/DisplayDescriptorSchema1.cpp:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 std::string DisplayDescriptor::getVendor() const { return m_vendor; }
226
227 std::string DisplayDescriptor::getModel() const { return m_model; }
228
229 std::string DisplayDescriptor::getVersion() const { return m_version; }
230

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected