TOMASuplAllowedCapabilities Class Reference

class TOMASuplAllowedCapabilities
TOMASuplAllowedCapabilities describes the common part of the capabilites received from the client and the capabilities received from the POS 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)

  • ECID (Enhanced Cell Id)

  • CID (Cell ID)

Since
Series 60 9.1tb

Constructor & Destructor Documentation

TOMASuplAllowedCapabilities()

IMPORT_C TOMASuplAllowedCapabilities ( )

Member Functions Documentation

GetAllowedCapabilities(TBool &, TBool &, TBool &, TBool &, TBool &, TBool &, TBool &, TBool &)

IMPORT_C void GetAllowedCapabilities ( TBool & aGpsSETAssisted,
TBool & aGpsSETBased,
TBool & aAutonomousGps,
TBool & aAFLT,
TBool & aeOTD,
TBool & aoTDOA,
TBool & aeCID,
TBool & aCID
) const

GetAllowedCapabilities retrieves the positioning technologies requested by the SUPL Client

Parameters

TBool & aGpsSETAssisted A boolean reference parameter that determines if the SUPL Client requests for A-GPS SET Assisted technology
TBool & aGpsSETBased A boolean reference parameter that determines if the SUPL Client requests for A-GPS SET Based technology
TBool & aAutonomousGps A boolean reference parameter that determines if the SUPL Client requests for Autonomous GPS technology
TBool & aAFLT
TBool & aeOTD A boolean reference parameter that determines if the SUPL CLIENT requests for EOTD
TBool & aoTDOA A boolean reference parameter that determines if the SUPL CLIENT requests for OTDOA
TBool & aeCID A boolean reference parameter that determines if the SUPL CLIENT requests for ECID
TBool & aCID A boolean reference parameter that determines if the SUPL CLIENT requests for CID

SetAllowedCapabilities(TBool, TBool, TBool, TBool, TBool, TBool, TBool, TBool)

IMPORT_C void SetAllowedCapabilities ( TBool aGpsSETAssisted,
TBool aGpsSETBased,
TBool aAutonomousGps,
TBool aAFLT,
TBool aeOTD,
TBool aoTDOA,
TBool aeCID,
TBool aCID
)

SetAllowedCapabilities is used to set the positioning technologies requested by the SUPL Client

Parameters

TBool aGpsSETAssisted A boolean reference parameter that determines if the SUPL Client requests for A-GPS SET Assisted technology
TBool aGpsSETBased A boolean reference parameter that determines if the SUPL Client requests for A-GPS SET Based technology
TBool aAutonomousGps A boolean reference parameter that determines if the SUPL Client requests for Autonomous GPS technology
TBool aAFLT
TBool aeOTD A boolean reference parameter that determines if the SUPL CLIENT requests for EOTD
TBool aoTDOA A boolean reference parameter that determines if the SUPL CLIENT requests for OTDOA
TBool aeCID A boolean reference parameter that determines if the SUPL CLIENT requests for ECID
TBool aCID A boolean reference parameter that determines if the SUPL CLIENT requests for CID

Member Data Documentation

TBool iAutonomousGps

TBool iAutonomousGps [private]

TBool iCID

TBool iCID [private]

TBool iFLT

TBool iFLT [private]

TBool iGpsSETAssisted

TBool iGpsSETAssisted [private]

TBool iGpsSETBased

TBool iGpsSETBased [private]

TBool ieCID

TBool ieCID [private]

TBool ieOTD

TBool ieOTD [private]

TBool ioTDOA

TBool ioTDOA [private]