Go to the source code of this file.
|
struct | sensor_t |
|
struct | sensors_event_t |
| Union of the various types of sensor data that can be returned. More...
|
|
struct | sensors_module_t |
| Every hardware module must have a data structure named HAL_MODULE_INFO_SYM and the fields of this data structure must begin with hw_module_t followed by module specific information. More...
|
|
struct | sensors_poll_device_t |
| Every device data structure must begin with hw_device_t followed by module specific public methods and attributes. More...
|
|
struct | sensors_vec_t |
| Definition of the axis
More...
|
|
Union of the various types of sensor data that can be returned.