| 147 | |
| 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; |
no outgoing calls
no test coverage detected