Struktura sensors_poll_device_t

Struktura sensors_poll_device_t

#include < sensors.h >

Pola danych

struct hw_device_t   wspólne
 
int(*  activate )(struct sensors_poll_device_t *dev, int sensor_handle, int enabled)
 
int(*  setDelay )(struct sensors_poll_device_t *dev, int sensor_handle, int64_t sampling_period_ns)
 
int(*  poll )(struct sensors_poll_device_t *dev, sensors_event_t *data, int count)
 

Szczegółowy opis

Definicja w wierszu 1288 pliku sensors.h .

Dokumentacja pola

int(* activate)(struct sensors_poll_device_t *dev, int sensor_handle, int enabled)

Definicja w wierszu 1290 pliku sensors.h .

struct hw_device_t common

Definicja w wierszu 1289 pliku sensors.h .

int(* poll)(struct sensors_poll_device_t *dev, sensors_event_t *data, int count)

Definicja w wierszu 1294 pliku sensors.h .

int(* setDelay)(struct sensors_poll_device_t *dev, int sensor_handle, int64_t sampling_period_ns)

Definicja w wierszu 1292 pliku sensors.h .


Dokumentacja tego typu danych została wygenerowana z tego pliku: