COMASuplVelocity Class Reference

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

  • Horizontal Speed expressed in Kilometer per second

  • Vertical Direction in which Zero value indicate upward speed and 1 indicates downward speed.

  • Vertical Speed expressed in Kilometer per second

  • Horizontal Speed Uncertainty expressed in Kilometer per second

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

Since
Series 60 3.1u

Inherits from

Constructor & Destructor Documentation

COMASuplVelocity()

COMASuplVelocity()[private]

C++ default constructor.

~COMASuplVelocity()

IMPORT_C~COMASuplVelocity()

Destructor.

Member Functions Documentation

CloneL()

IMPORT_C COMASuplInfoRequest *CloneL()const [virtual]

CloneL clones the Velocity object and creates a new velocity object with the same values

ConstructL()

voidConstructL()[private]

By default Symbian 2nd phase constructor is private.

NewL()

IMPORT_C COMASuplVelocity *NewL()[static]

Creates a new instance of a COMASuplVelocity and sets the type in COMASuplInfoRequest to EOMASuplVelocity.

SetVelocity(COMASuplHorizVelocity *)

IMPORT_C voidSetVelocity(COMASuplHorizVelocity *aVelocity)

Sets velocity

Parameters

COMASuplHorizVelocity * aVelocityA pointer of type COMASuplHorizVelocity

VelType()

IMPORT_C TOMASuplVelocityTypeVelType()const

retrieves the type of velocity

Velocity()

IMPORT_C COMASuplHorizVelocity *Velocity()const

Retrieves velocity which of type COMASuplHorizVelocity

Member Data Documentation

COMASuplHorizVelocity * iVelocity

COMASuplHorizVelocity *iVelocity[private]