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

Function populateRemoteHandlerFactory

src/osvr/Client/RemoteHandlerFactory.cpp:44–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42namespace osvr {
43namespace client {
44 void populateRemoteHandlerFactory(RemoteHandlerFactory &factory,
45 VRPNConnectionCollection const &conns) {
46 /// Register all the factories.
47 TrackerRemoteFactory(conns).registerWith(factory);
48 AnalogRemoteFactory(conns).registerWith(factory);
49 ButtonRemoteFactory(conns).registerWith(factory);
50 ImagingRemoteFactory(conns).registerWith(factory);
51 EyeTrackerRemoteFactory(conns).registerWith(factory);
52 Location2DRemoteFactory(conns).registerWith(factory);
53 LocomotionRemoteFactory(conns).registerWith(factory);
54 DirectionRemoteFactory(conns).registerWith(factory);
55 }
56
57} // namespace client
58} // namespace osvr

Callers 2

JointClientContextMethod · 0.85
PureClientContextMethod · 0.85

Calls 9

AnalogRemoteFactoryClass · 0.85
ButtonRemoteFactoryClass · 0.85
registerWithMethod · 0.45

Tested by

no test coverage detected