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_CTOMASuplPosTechnology()

Member Functions Documentation

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

IMPORT_C voidGetPosTechnology(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 & aGpsSETAssistedA boolean reference parameter that determines if the POS Message plug-in supports A-GPS SET Assisted technology
TBool & aGpsSETBasedA boolean reference parameter that determines if the POS Message plug-in supports A-GPS SET Based technology
TBool & aAutonomousGpsA boolean reference parameter that determines if the POS Message plug-in supports Autonomous GPS technology
TBool & aAFLT
TBool & aeOTDA boolean reference parameter that determines if the POS Message plug-in supports EOTD
TBool & aoTDOAA boolean reference parameter that determines if the POS Message plug-in supports OTDOA

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

IMPORT_C voidSetPosTechnology(TBoolaGpsSETAssisted,
TBoolaGpsSETBased,
TBoolaAutonomousGps,
TBoolaAFLT,
TBoolaeOTD,
TBoolaoTDOA
)

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

Parameters

TBool aGpsSETAssistedA boolean parameter that determines if POS Message plug-in supports A-GPS SET Assisted technology
TBool aGpsSETBasedA boolean parameter that determines if POS Message plug-in supports GPS SET Based technology
TBool aAutonomousGpsA boolean parameter that determines if POS Message plug-in supports supports Autonomous GPS technology
TBool aAFLT
TBool aeOTDA boolean parameter that determines if the POS Message plug-in supports EOTD technology
TBool aoTDOAA 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]