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

Method getTracker

inc/osvr/Connection/DeviceInitObject.h:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 boost::optional<OSVR_ChannelCount> getAnalogs() const { return m_analogs; }
149 boost::optional<OSVR_ChannelCount> getButtons() const { return m_buttons; }
150 bool getTracker() const { return m_tracker; }
151 osvr::connection::ServerInterfaceList const &getServerInterfaces() const {
152 return m_serverInterfaces;
153 }

Callers 1

predicateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected