TOMASuplPosTechnology Class Reference

class TOMASuplPosTechnology
TOMASuplPosTechnology describes the positioning method supported by POS Message plug-in. Possible values for POS technology are
  • A-GPS SET Assisted only

  • A-GPS SET Based only

  • Autonomous GPS

  • AFLT (Advanced Forward Link Trilateration)

  • EOTD (Enhanced Observed Time Difference)

  • OTDOA (Observed Time Difference of Arrival)

Since
Series 60 3.1u

Constructor & Destructor Documentation

TOMASuplPosTechnology()

IMPORT_C TOMASuplPosTechnology ( )

Member Functions Documentation

GetPosTechnology(TBool &, TBool &, TBool &, TBool &, TBool &, TBool &)

IMPORT_C void GetPosTechnology ( TBool & aGpsSETAssisted,
TBool & aGpsSETBased,
TBool & aAutonomousGps,
TBool & aAFLT,
TBool & aeOTD,
TBool & aoTDOA
) const

GetPosTechnology retrieves the different positioning technologies supported by POS Message plug-in

Parameters

TBool & aGpsSETAssisted A boolean reference parameter that determines if the POS Message plug-in supports A-GPS SET Assisted technology
TBool & aGpsSETBased A boolean reference parameter that determines if the POS Message plug-in supports A-GPS SET Based technology
TBool & aAutonomousGps A boolean reference parameter that determines if the POS Message plug-in supports Autonomous GPS technology
TBool & aAFLT
TBool & aeOTD A boolean reference parameter that determines if the POS Message plug-in supports EOTD
TBool & aoTDOA A boolean reference parameter that determines if the POS Message plug-in supports OTDOA

SetPosTechnology(TBool, TBool, TBool, TBool, TBool, TBool)

IMPORT_C void SetPosTechnology ( TBool aGpsSETAssisted,
TBool aGpsSETBased,
TBool aAutonomousGps,
TBool aAFLT,
TBool aeOTD,
TBool aoTDOA
)

SetPosTechnology is invoked by POS Message plug-in to set values for the different positioning technologies supported.

Parameters

TBool aGpsSETAssisted A boolean parameter that determines if POS Message plug-in supports A-GPS SET Assisted technology
TBool aGpsSETBased A boolean parameter that determines if POS Message plug-in supports GPS SET Based technology
TBool aAutonomousGps A boolean parameter that determines if POS Message plug-in supports supports Autonomous GPS technology
TBool aAFLT
TBool aeOTD A boolean parameter that determines if the POS Message plug-in supports EOTD technology
TBool aoTDOA A boolean parameter that determines if the POS Message plug-in supports OTDOA technology

Member Data Documentation

TBool iAutonomousGps

TBool iAutonomousGps [private]

TBool iFLT

TBool iFLT [private]

TBool iGpsSETAssisted

TBool iGpsSETAssisted [private]

TBool iGpsSETBased

TBool iGpsSETBased [private]

TBool ieOTD

TBool ieOTD [private]

TBool ioTDOA

TBool ioTDOA [private]