COMASuplHorizUncertVelocity Class Reference

class COMASuplHorizUncertVelocity : public COMASuplHorizVelocity
COMASuplHorizUncertVelocity holds values for
  • Bearing, which represents the angle on the horizontal axis towards North

  • Horizontal Speed expressed in Kilometer per second

  • Speed Uncertainty expressed in Kilometer per second More information abput Bearing, Horizontal Speed and Speed Uncertainty can be found in 3G TS 23.032

Since
Series 60 3.1u

Inherits from

Constructor & Destructor Documentation

COMASuplHorizUncertVelocity()

COMASuplHorizUncertVelocity ( ) [private]

C++ default constructor.

~COMASuplHorizUncertVelocity()

IMPORT_C ~COMASuplHorizUncertVelocity ( )

Destructor.

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

By default Symbian 2nd phase constructor is private.

GetHorizUncertVel(TUint16 &, TUint16 &, TUint8 &)

IMPORT_C void GetHorizUncertVel ( TUint16 & aBearing,
TUint16 & aHorSpeed,
TUint8 & aUncertSpeed
) const
GetHorizUncertVel retrieves values for
  • Bearing, which represents the angle on the horizontal axis towards North

  • Horizontal Speed expressed in Kilometer per second

  • Speed Uncertainty expressed in Kilometer per second

Parameters

TUint16 & aBearing A reference Parameter that holds the bearing. The Most significant 9 bits hold the value for bearing.
TUint16 & aHorSpeed A refernce parameter that holds Horizontal Speed. All the 16 bits hold the value
TUint8 & aUncertSpeed A refernce parameter that holds Speed uncertainty. All the 8 bits hold the value.

NewL()

IMPORT_C COMASuplHorizUncertVelocity * NewL ( ) [static]

Creates a new instance of a COMASuplHorizUncertVelocity .

SetHorizUncertVel(TUint16, TUint16, TUint8)

IMPORT_C void SetHorizUncertVel ( TUint16 aBearing,
TUint16 aHorSpeed,
TUint8 aUncertSpeed
)
SetHorizUncertVel sets values for
  • Bearing, which represents the angle on the horizontal axis towards North

  • Horizontal Speed expressed in Kilometer per second

  • Speed Uncertainty expressed in Kilometer per second

Parameters

TUint16 aBearing Parameter for Bearing. The Most significant 9 bits hold the value for bearing. The other bits in the value are ignored by the SUPL Framework. The endianess of the value is determined by the processor architecture. When this value is sent to the network, Network Byte order is used.
TUint16 aHorSpeed Parameter for Horizontal Speed. All the 16 bits hold the value. The endianess of the value is determined by the processor architecture. When this value is sent to the network, Network Byte order is used.
TUint8 aUncertSpeed Parameter for Vertical Direction. All the 8 bits hold the value. The endianess of the value is determined by the processor architecture. When this value is sent to the network, Network Byte order is used.

VelType()

TOMASuplVelocityType VelType ( ) const [virtual]

Member Data Documentation

TUint8 iUncertSpeed

TUint8 iUncertSpeed [private]