| 65 | } |
| 66 | |
| 67 | void OSVR_DeviceInitObject::setAnalogs( |
| 68 | OSVR_ChannelCount num, osvr::connection::AnalogServerInterface **iface) { |
| 69 | if (setOptional(num, iface, m_analogs)) { |
| 70 | m_analogIface = iface; |
| 71 | } else { |
| 72 | m_analogIface = nullptr; |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | void OSVR_DeviceInitObject::returnAnalogInterface( |
| 77 | osvr::connection::AnalogServerInterface &iface) { |
no test coverage detected