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

Method m_getStatus

src/osvr/JointClientKit/JointClientContext.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 bool JointClientContext::m_getStatus() const {
127 /// Always connected, but don't always have a path tree.
128 return bool(m_pathTreeOwner);
129 }
130
131 common::PathTree const &JointClientContext::m_getPathTree() const {
132 return m_pathTreeOwner.get();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected