使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
GnssConfigurationInterface结构参考
#include < gps.h >
用于将GNSS配置内容从平台传递到HAL的接口。
在文件gps.h的第2188行的定义。
void(* configuration_update)(const char * config_data,int32_t长度) |
将GNSS配置内容传送到HAL。参数:config_data-指向char数组的指针,该数组保存文件(/etc/gps.conf)中通常期望的值,即,用'分隔的UTF8字符串序列
'。 length-配置数据中UTF8字符的总数。
重要说明:GPS HAL应该期望可以多次调用此功能。即使已经构建并启用了GpsLocationProvider,也可能会调用它。无论配置数据如何更改,GPS HAL都应保留各种回调的现有请求。
在文件gps.h的第2205行的定义。
设置为sizeof(GnssConfigurationInterface)
在文件gps.h的第2190行定义。
该结构的文档是从以下文件生成的:
- 硬件/ libhardware / include / hardware / gps.h
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2019-10-02。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]