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

Class Options

src/osvr/Client/TrackerRemoteFactory.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 class VRPNTrackerHandler : public RemoteHandler {
56 public:
57 struct Options {
58 Options()
59 : reportPose(false), reportPosition(false),
60 reportOrientation(false) {}
61 bool reportPose;
62 bool reportPosition;
63 bool reportOrientation;
64 };
65 VRPNTrackerHandler(vrpn_ConnectionPtr const &conn, const char *src,
66 Options const &options, common::Transform const &t,
67 boost::optional<int> sensor,

Calls

no outgoing calls

Tested by

no test coverage detected