Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ updateAll
Method
updateAll
src/osvr/Client/VRPNConnectionCollection.cpp:76–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void VRPNConnectionCollection::updateAll() {
77
for (auto &connPair : *m_connMap) {
78
connPair.second->mainloop();
79
}
80
}
81
82
} // namespace client
83
} // namespace osvr
Callers
2
m_update
Method · 0.80
m_update
Method · 0.80
Calls
1
mainloop
Method · 0.45
Tested by
no test coverage detected