| 36 | namespace osvr { |
| 37 | namespace client { |
| 38 | Viewer::Viewer(OSVR_ClientContext ctx, const char path[]) |
| 39 | : m_head(ctx, path) {} |
| 40 | |
| 41 | OSVR_Pose3 Viewer::getPose() const { |
| 42 | OSVR_TimeValue timestamp; |
nothing calls this directly
no outgoing calls
no test coverage detected