#include <ubuntu_application_sensors.h>
Models a sensor observer.
Definition at line 105 of file ubuntu_application_sensors.h.
void* ubuntu_sensor_observer::context |
Callback context.
Definition at line 115 of file ubuntu_application_sensors.h.
on_new_accelerometer_reading ubuntu_sensor_observer::on_new_accelerometer_reading_cb |
Invoked for new readings from an accelerometer.
Definition at line 108 of file ubuntu_application_sensors.h.
on_new_ambient_light_reading ubuntu_sensor_observer::on_new_ambient_light_reading_cb |
Invoked for new readings from an ambient light sensor.
Definition at line 112 of file ubuntu_application_sensors.h.
on_new_proximity_reading ubuntu_sensor_observer::on_new_proximity_reading_cb |
Invoked for new readings from a proximity sensor.
Definition at line 110 of file ubuntu_application_sensors.h.