sensor_t 结构体参考文档

sensor_t 结构体参考

#include < sensors.h >

数据字段

const char *  name
 
const char *  供应商
 
int  版本
 
int  处理程序
 
int  type
 
浮点数 maxRange
 
浮点数 解决方案
 
浮点数 power
 
int32_t  minDelay
 
uint32_t  fifoReservedEventCount
 
uint32_t  fifoMaxEventCount
 
const char *  stringType
 
const char *  requiredPermission
 
int32_t  maxDelay
 
uint32_t  标志
 
void *  预留 [2]
 

详细说明

定义位于文件 sensors.h 1172 行。

字段文档

uint32_t fifoMaxEventCount

定义位于文件 sensors.h 1226 行。

uint32_t fifoReservedEventCount

定义位于文件 sensors.h 1220 行。

uint32_t 标志

定义位于文件 sensors.h 1273 行。

int handle

定义位于文件 sensors.h 1192 行。

int32_t maxDelay

定义位于文件 sensors.h 1263 行。

float maxRange

定义位于文件 sensors.h 1198 行。

int32_t minDelay

定义位于文件 sensors.h 1213 行。

const char* name

定义位于文件 sensors.h 1177 行。

浮动电源

定义位于文件 sensors.h 1204 行。

const char* requiredPermission

定义位于文件 sensors.h 1245 行。

void* reserved[2]

定义位于文件 sensors.h 1277 行。

浮点解析

定义位于文件 sensors.h 1201 行。

const char* stringType

定义位于文件 sensors.h 1236 行。

int 类型

定义位于文件 sensors.h 1195 行。

const char* vendor

定义位于文件 sensors.h 1180 行。

int 版本

定义位于文件 sensors.h 1187 行。


此结构体的文档是根据以下文件生成的: