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

Method addServerInterface

src/osvr/Connection/DeviceInitObject.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void OSVR_DeviceInitObject::addServerInterface(
106 osvr::connection::ServerInterfacePtr const &iface) {
107 m_serverInterfaces.push_back(iface);
108}
109void OSVR_DeviceInitObject::addComponent(
110 osvr::common::DeviceComponentPtr const &comp) {
111 m_components.push_back(comp);

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected