19#ifndef UBUNTU_APPLICATION_SENSORS_ACCELEROMETER_EVENT_H_
20#define UBUNTU_APPLICATION_SENSORS_ACCELEROMETER_EVENT_H_
UBUNTU_DLL_PUBLIC UStatus uas_accelerometer_event_get_acceleration_z(UASAccelerometerEvent *event, float *value)
Query the acceleration in z-axis direction.
void UASAccelerometerEvent
Opaque type describing an accelerometer reading.
UBUNTU_DLL_PUBLIC uint64_t uas_accelerometer_event_get_timestamp(UASAccelerometerEvent *event)
Query the timestamp of the sensor reading.
UBUNTU_DLL_PUBLIC UStatus uas_accelerometer_event_get_acceleration_y(UASAccelerometerEvent *event, float *value)
Query the acceleration in y-axis direction.
UBUNTU_DLL_PUBLIC UStatus uas_accelerometer_event_get_acceleration_x(UASAccelerometerEvent *event, float *value)
Query the acceleration in x-axis direction.
UbuntuStatus
Indicates the status of an operation.
#define UBUNTU_DLL_PUBLIC