| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected