Home | History | Annotate | Download | only in nanotool

Lines Matching refs:sensor

38     // The order of this enum must correspond to sensor types in nanohub's
78 // Overloaded values of rate used in sensor enable request (see sensors.h)
89 // When enabling a sensor, rate can be specified in Hz or as one of the
131 * Performs the sensor calibration routine and writes the resulting data to
137 * Performs the sensor self-test routine.
142 * Sends a sensor enable request to the context hub.
144 bool EnableSensor(const SensorSpec& sensor);
148 * Sends a disable sensor request to context hub. Note that this always
149 * results in sending a request, i.e. this does not check whether the sensor
156 * Sends a disable sensor request for every sensor type we know about.
185 * Prints up to <sample_limit> incoming sensor samples corresponding to the
204 bool CalibrateSingleSensor(const SensorSpec& sensor);
207 bool TestSingleSensor(const SensorSpec& sensor);
220 bool HandleCalibrationResult(const SensorSpec& sensor,
226 bool HandleTestResult(const SensorSpec& sensor,
238 * didn't originate from a sensor. Valid SensorEvents are passed to the
251 * Read an event from the sensor hub. Block until a event is successfully
259 // Implements the firmware loading functionality for the sensor hub. Returns