| 107 | m_serverInterfaces.push_back(iface); |
| 108 | } |
| 109 | void OSVR_DeviceInitObject::addComponent( |
| 110 | osvr::common::DeviceComponentPtr const &comp) { |
| 111 | m_components.push_back(comp); |
| 112 | } |
| 113 | void OSVR_DeviceInitObject::returnTrackerInterface( |
| 114 | osvr::connection::TrackerServerInterface &iface) { |
| 115 | *m_trackerIface = &iface; |
no test coverage detected