Lines Matching refs:sensor
38 // The order of this enum must correspond to sensor types in nanohub's
76 // Overloaded values of rate used in sensor enable request (see sensors.h)
87 // When enabling a sensor, rate can be specified in Hz or as one of the
129 * Performs the sensor calibration routine and writes the resulting data to
135 * Sends a sensor enable request to the context hub.
137 bool EnableSensor(const SensorSpec& sensor);
141 * Sends a disable sensor request to context hub. Note that this always
142 * results in sending a request, i.e. this does not check whether the sensor
149 * Sends a disable sensor request for every sensor type we know about.
173 * Prints up to <sample_limit> incoming sensor samples corresponding to the
192 bool CalibrateSingleSensor(const SensorSpec& sensor);
205 bool HandleCalibrationResult(const SensorSpec& sensor,
217 * didn't originate from a sensor. Valid SensorEvents are passed to the
230 * Read an event from the sensor hub. Block until a event is successfully
238 // Implements the firmware loading functionality for the sensor hub. Returns