FlpDiagnosticInterface结构参考
FlpDiagnosticInterface结构参考
#include < fused_location.h >
资料栏位 | |
size_t | 尺寸 |
空白(* | 初始化)( FlpDiagnosticCallbacks * callbacks) |
int(* | inject_data )(char *数据,int长度) |
详细说明
用于诊断支持的扩展接口。
在文件fused_location.h的第468行定义。
现场文件
void(* init)( FlpDiagnosticCallbacks * callbacks) |
打开诊断接口,并提供回调例程以实现此接口。
在文件fused_location.h的第476行的定义。
int(* inject_data)(char *数据,int长度) |
将诊断数据注入FLP子系统。成功返回0,错误返回-1。
在文件fused_location.h的第482行定义。
size_t大小 |
设置为sizeof(FlpDiagnosticInterface)
在文件fused_location.h的第470行定义。
该结构的文档是从以下文件生成的:
- 硬件/ libhardware / include / hardware / fused_location.h