GLSUPL_GNSSPosTechnology Struct Reference

Defines the actual GNSSs allowed for AGNSS SET Assisted, AGNSS SET Based or Autonomous GNSS in the Positioning Method parameter. More...

#include <glsupl2init.h>

List of all members.


Detailed Description

Defines the actual GNSSs allowed for AGNSS SET Assisted, AGNSS SET Based or Autonomous GNSS in the Positioning Method parameter.

  • GPS
  • Galileo
  • SBAS
  • Modernized GPS
  • QZSS
  • GLONASS NOTE: GPS MUST NOT be the only allowed GNSS in this parameter.

Reference: OMA SUPL TS (Section 9.2.1 SUPL INIT)

ASN.1 specification:

GNSSPosTechnology ::= SEQUENCE {
  gps 		BOOLEAN,
  galileo 	BOOLEAN,
  sbas		BOOLEAN,
  modernized-gps	BOOLEAN,
  qzss		BOOLEAN,
  glonass	BOOLEAN,    
  ...
}

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines