sensor_t Struct Reference

sensor_t Struct Reference

#include < sensors.h >

Data Fields

const char *  name
 
const char *  vendor
 
int  version
 
int  handle
 
int  type
 
float  maxRange
 
float  resolution
 
float  power
 
int32_t  minDelay
 
uint32_t  fifoReservedEventCount
 
uint32_t  fifoMaxEventCount
 
const char *  stringType
 
const char *  requiredPermission
 
int32_t  maxDelay
 
uint32_t  flags
 
void *  reserved [2]
 

Detailed Description

Definition at line 1172 of file sensors.h .

Field Documentation

uint32_t fifoMaxEventCount

Definition at line 1226 of file sensors.h .

uint32_t fifoReservedEventCount

Definition at line 1220 of file sensors.h .

uint32_t flags

Definition at line 1273 of file sensors.h .

int handle

Definition at line 1192 of file sensors.h .

int32_t maxDelay

Definition at line 1263 of file sensors.h .

float maxRange

Definition at line 1198 of file sensors.h .

int32_t minDelay

Definition at line 1213 of file sensors.h .

const char* name

Definition at line 1177 of file sensors.h .

float power

Definition at line 1204 of file sensors.h .

const char* requiredPermission

Definition at line 1245 of file sensors.h .

void* reserved[2]

Definition at line 1277 of file sensors.h .

float resolution

Definition at line 1201 of file sensors.h .

const char* stringType

Definition at line 1236 of file sensors.h .

int type

Definition at line 1195 of file sensors.h .

const char* vendor

Definition at line 1180 of file sensors.h .

int version

Definition at line 1187 of file sensors.h .


The documentation for this struct was generated from the following file: