AGpsRilInterface 구조체 참조

AGpsRilInterface 구조체 참조

#include < gps.h >

데이터 필드

size_t  크기
 
void(*  init )( AGpsRilCallbacks *callbacks)
 
void(*  set_ref_location )(const AGpsRefLocation *agps_reflocation, size_t sz_struct)
 
void(*  set_set_id )( AGpsSetIDType type, const char *setid)
 
void(*  ni_message )(uint8_t *msg, size_t len)
 
void(*  update_network_state )(int connected, int type, int roaming, const char *extra_info)
 
void(*  update_network_availability )(int avaiable, const char *apn)
 

상세 설명

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

gps.h 파일의 1145 줄에 정의되어 있습니다.

필드 문서

void(* init)( AGpsRilCallbacks *callbacks)

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

gps.h FILE의 1152 라인에 정의가 있습니다.

void(* ni_message)(uint8_t *msg, size_t len)

네트워크에서 시작된 메시지를 전송합니다.

gps.h FILE의 1166 라인에 정의가 있습니다.

void(* set_ref_location)(const AGpsRefLocation *agps_reflocation, size_t sz_struct)

참조 위치를 설정합니다.

gps.h FILE의 1157 줄에 정의가 있습니다.

void(* set_set_id)( AGpsSetIDType type, const char *setid)

세트 ID를 설정합니다.

gps.h FILE의 1161 라인에 정의가 있습니다.

size_t 크기

sizeof(AGpsRilInterface)로 설정

gps.h FILE의 1147 라인에 정의가 있습니다.

void(* update_network_availability)(int avaiable, const char *apn)

GPS에 네트워크 상태 변경을 알립니다. 이 매개변수는 android.net.NetworkInfo 클래스의 값과 일치합니다.

gps.h 파일의 1178 줄에 정의되어 있습니다.

void(* update_network_state)(int connected, int type, int roaming, const char *extra_info)

GPS에 네트워크 상태 변경을 알립니다. 이 매개변수는 android.net.NetworkInfo 클래스의 값과 일치합니다.

gps.h 파일의 1172 줄에 정의되어 있습니다.


이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.
  • hardware/libhardware/include/hardware/ gps.h