ASST_IGNORE_xxx

The ASST_IGNORE_xxx flags are passed to SetAsstFlags() to suppress GLL's use of assistance data. More...

Defines

#define ASST_IGNORE_TIME   (1L<<0)
 Ignore calls of GlEngine::SetAsstTime()
#define ASST_IGNORE_PRECISE_TIME   (1L<<1)
 Ignore calls of GlEngine::SetAsstPreciseTime()
#define ASST_IGNORE_POS   (1L<<2)
 Ignore calls of GlEngine::SetAsstPos()
#define ASST_IGNORE_EPH   (1L<<3)
 Ignore calls of GlEngine::SetAsstEph(GlUncmprsdEph *)
#define ASST_IGNORE_GLNS_EPH   (1L<<4)
 Ignore calls of GlEngine::SetAsstEph(GlUncmprsdGlnEph *)
#define ASST_IGNORE_ALM   (1L<<5)
 Ignore calls of GlEngine::SetAsstAlm(GlAlmanac *pAlm)
#define ASST_IGNORE_GLNS_ALM   (1L<<6)
 Ignore calls of GlEngine::SetAsstAlm(GlGlnsAlmanac *pAlm)
#define ASST_IGNORE_IONO   (1L<<7)
 Ignore calls of GlEngine::SetAsstIono()
#define ASST_IGNORE_UTC   (1L<<8)
 Ignore calls of GlEngine::SetAsstUtc()
#define ASST_IGNORE_ACQ   (1L<<9)
 Ignore calls of GlEngine::SetAsstAcq()
#define ASST_IGNORE_RTI   (1L<<10)
 Ignore calls of GlEngine::SetRealTimeIntegrity()
#define ASST_IGNORE_SENS   (1L<<11)
 Ignore calls of GlEngine::SetExtSensInfo()
#define ASST_IGNORE_FIX   (1L<<12)
 Ignore calls of GlEngine::SetFixStatus()
#define ASST_IGNORE_LTO   (1L<<13)
 The callback OnLTOFileRead() will not be called by GlEngine.
#define ASST_IGNORE_CBEE   (1L<<14)
 The callback OnEEFileRead() will not be called by GlEngine.
#define ASST_IGNORE_ALL   0xFFFFFFFFL
 Ignore all assistance data.

Detailed Description

The ASST_IGNORE_xxx flags are passed to SetAsstFlags() to suppress GLL's use of assistance data.

See GlSettings::SetAsstFlags().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines