GNSS_SELFTESTCONFIG structure (gnssdriver.h)

This structure defines the specific data elements associated with a carrier wave test results returned from the driver.

Syntax

typedef struct {
  ULONG Size;
  ULONG Version;
  ULONG TestType;
  BYTE  Unused[512];
  ULONG InBufLen;
  BYTE  InBuffer[ANYSIZE_ARRAY];
} GNSS_SELFTESTCONFIG, *PGNSS_SELFTESTCONFIG;

Members

Size

Structure size.

Version

Version number.

TestType

The type of self-test requested.

Unused[512]

Padding buffer reserved for future use.

InBufLen

The length of the buffer for passing in any additional information about the self-test.

InBuffer[ANYSIZE_ARRAY]

The buffer that will contain the additional information about the self-test.

Requirements

Requirement Value
Header gnssdriver.h (include Gnssdriver.h)