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

Method m_setState

inc/osvr/Common/ClientInterface.h:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 /// @brief Helper function for setting state
111 template <typename ReportType>
112 void m_setState(const OSVR_TimeValue &timestamp, ReportType const &report,
113 std::true_type const &) {
114 m_state.setStateFromReport(timestamp, report);
115 }
116
117 /// @brief Helper function for "setting state" on reports we don't keep
118 /// state from

Callers

nothing calls this directly

Calls 1

setStateFromReportMethod · 0.80

Tested by

no test coverage detected