GNSS_AGNSS_INJECTTIME structure (gnssdriver.h)
This structure defines the format for AGNSS time injection.
Syntax
typedef struct {
ULONG Size;
ULONG Version;
FILETIME UtcTime;
ULONG TimeUncertainty;
} GNSS_AGNSS_INJECTTIME, *PGNSS_AGNSS_INJECTTIME;
Members
Size
Structure size.
Version
Version number.
UtcTime
UTC time.
TimeUncertainty
Uncertainty in milliseconds.
Requirements
Requirement | Value |
---|---|
Header | gnssdriver.h |