| 52 | getConnection(common::elements::DeviceElement const &elt); |
| 53 | OSVR_CLIENT_EXPORT void updateAll(); |
| 54 | bool empty() const { |
| 55 | return m_connMap->empty(); |
| 56 | } |
| 57 | |
| 58 | private: |
| 59 | typedef std::unordered_map<std::string, vrpn_ConnectionPtr> |
no outgoing calls
no test coverage detected