FlpDiagnosticInterface 구조체 참조

FlpDiagnosticInterface 구조체 참조

#include < fused_location.h >

데이터 필드

size_t  크기
 
void(*  init )( FlpDiagnosticCallbacks *callbacks)
 
int(*  inject_data )(char *data, int length)
 

상세 설명

진단 지원을 위한 확장된 인터페이스

fused_location.h 파일의 468 행에 있는 정의입니다.

필드 문서

void(* init)( FlpDiagnosticCallbacks *callbacks)

진단 인터페이스를 열고 이 인터페이스의 구현에 콜백 루틴을 제공합니다.

fused_location.h FILE의 476 라인에 정의가 있습니다.

int(* inject_data)(char *data, int length)

FLP 하위 시스템에 진단 데이터를 삽입합니다. 성공 시 0을, 오류 시 -1을 반환합니다.

fused_location.h 파일의 482 줄에 정의되어 있습니다.

size_t 크기

sizeof(FlpDiagnosticInterface)로 설정

fused_location.h 파일의 470 줄에 있는 정의입니다.


이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.