Documentation de référence sur la struct context_hub_t
#include <
context_hub.h
>
Champs de données |
|
const char * | name |
const char * | fournisseur |
const char * | Chaîne d'outils |
uint32_t | platform_version |
uint32_t | toolchain_version |
uint32_t | hub_id |
float | peak_mips |
float | stopped_power_draw_mw |
float | sleep_power_draw_mw |
float | 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 |
Description détaillée
Définition d'un hub de contexte. Un appareil peut contenir plusieurs domaines à faible consommation d'énergie. Dans ce cas, veuillez ajouter une entrée pour chaque hub. Toutefois, un appareil peut parfaitement déclarer un hub de contexte et les gérer en interne en tant que plusieurs.
Définition à la ligne 225 du fichier context_hub.h .
Documentation des champs
const struct connected_sensor_t * connected_sensors |
Définition à la ligne 238 du fichier context_hub.h .
uint32_t hub_id |
Définition à la ligne 231 du fichier context_hub.h .
uint32_t max_supported_msg_len |
Définition à la ligne 242 du fichier context_hub.h .
const char* name |
Définition à la ligne 226 du fichier context_hub.h .
uint32_t num_connected_sensors |
Définition à la ligne 239 du fichier context_hub.h .
const struct hub_app_name_t os_app_name |
Définition à la ligne 241 du fichier context_hub.h .
float peak_mips |
Définition à la ligne 233 du fichier context_hub.h .
float peak_power_draw_mw |
Définition à la ligne 236 du fichier context_hub.h .
uint32_t platform_version |
Définition à la ligne 229 du fichier context_hub.h .
float sleep_power_draw_mw |
Définition à la ligne 235 du fichier context_hub.h .
float stopped_power_draw_mw |
Définition à la ligne 234 du fichier context_hub.h .
const char* toolchain |
Définition à la ligne 228 du fichier context_hub.h .
uint32_t toolchain_version |
Définition à la ligne 230 du fichier context_hub.h .
const char* vendor |
Définition à la ligne 227 du fichier context_hub.h .
La documentation de ce struct a été générée à partir du fichier suivant :
- hardware/libhardware/include/hardware/ context_hub.h