Lines Matching refs:Sensor
21 #include "Sensor.hpp"
23 class Sensor;
29 * sensor and write it to a pipe. The main thread can use the
30 * pipe read endpoint to retrieve sensor events.
33 * changing the sensor parameters.
42 * @param sensor the sensor to associate with the thread
44 AcquisitionThread(int pollFd, Sensor *sensor);
52 * Get sensor associated with the thread
53 * @return the associated sensor
55 Sensor * getSensor() { return sensor; }
96 Sensor *sensor;