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

Method m_setup

src/osvr/Common/BaseDevice.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 void BaseDevice::m_setup(vrpn_ConnectionPtr conn, RawSenderType sender,
107 std::string const &name) {
108 m_conn = conn;
109 m_sender = sender;
110 m_name = name;
111 }
112
113 vrpn_ConnectionPtr BaseDevice::m_getConnection() const { return m_conn; }
114} // namespace common

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected