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

Method getNote

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

Source from the content-addressed store, hash-verified

229 std::string DisplayDescriptor::getVersion() const { return m_version; }
230
231 std::string DisplayDescriptor::getNote() const { return m_note; }
232
233 int DisplayDescriptor::getNumDisplays() const { return m_NumDisplays; }
234

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected