context_hub_t 结构体参考文档

context_hub_t 结构体参考文档

#include < context_hub.h >

数据字段

const char *  name
 
const char *  供应商
 
const char *  工具链
 
uint32_t  platform_version
 
uint32_t  toolchain_version
 
uint32_t  hub_id
 
浮点数 peak_mips
 
浮点数 stopped_power_draw_mw
 
浮点数 sleep_power_draw_mw
 
浮点数 peak_power_draw_mw
 
const struct connected_sensor_t connected_sensors
 
uint32_t  num_connected_sensors
 
const struct hub_app_name_t   os_app_name
 
uint32_t  max_supported_msg_len
 

详细说明

情境中心的定义。设备可以包含多个低功耗域。在这种情况下,请为每个集线器添加一条条目。不过,设备可以声明一个情境感知中心,并在内部将其管理为多个情境感知中心

定义位于文件 context_hub.h 225 行

字段文档

const struct connected_sensor_t * connected_sensors

定义位于文件 context_hub.h 238 行

uint32_t hub_id

定义位于文件 context_hub.h 231 行

uint32_t max_supported_msg_len

定义位于文件 context_hub.h 242 行

const char* name

定义位于文件 context_hub.h 226 行

uint32_t num_connected_sensors

定义位于文件 context_hub.h 239 行

const struct hub_app_name_t os_app_name

定义位于文件 context_hub.h 241 行

float peak_mips

定义位于文件 context_hub.h 233 行。

float peak_power_draw_mw

定义位于文件 context_hub.h 236 行。

uint32_t platform_version

定义位于文件 context_hub.h 229 行

float sleep_power_draw_mw

定义位于文件 context_hub.h 235 行。

float stopped_power_draw_mw

定义位于文件 context_hub.h 234 行。

const char* toolchain

定义位于文件 context_hub.h 228 行

uint32_t toolchain_version

定义位于文件 context_hub.h 230 行

const char* vendor

定义位于文件 context_hub.h 227 行


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