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

Method SensorPredicate

src/osvr/Client/RouterPredicates.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 class SensorPredicate {
43 public:
44 SensorPredicate(vrpn_int32 sensor) : m_sensor(sensor) {}
45
46 bool operator()(vrpn_ANALOGCB const &info) {
47 // VRPN analogs transfer their whole state each time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected