Skip to main content
Specifies the additional GNSS data that can be provided during a tracking session. Currently jammer data and automatic gain control data are available. To find out the jammer information and automatic gain control metric for a particular GNSS signal type, refer to the array element with index set to the interested RF band.
  • Determine whether GnssData::jammerInd is valid by checking if the element at the index of the specified RF band in GnssData::gnssDataMask has GNSS_DATA_JAMMER_IND_BIT set.
  • Determine whether GnssData::agc is valid by checking if the element at the index of the specified RF band in GnssData::gnssDataMask has GNSS_DATA_AGC_BIT set.