estrutura GNSS_AGNSS_INJECTTIME (gnssdriver.h)
Essa estrutura define o formato para injeção de tempo do AGNSS.
Sintaxe
typedef struct {
ULONG Size;
ULONG Version;
FILETIME UtcTime;
ULONG TimeUncertainty;
} GNSS_AGNSS_INJECTTIME, *PGNSS_AGNSS_INJECTTIME;
Membros
Size
Tamanho da estrutura.
Version
Número da versão.
UtcTime
UTC.
TimeUncertainty
Incerteza em milissegundos.
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | gnssdriver.h |