COMASuplHorizVelocity Class Reference
class COMASuplHorizVelocity : public CBase |
COMASuplHorizVelocity holds values for
Bearing, which represents the angle on the horizontal axis towards North and
Horizontal Speed expressed in Kilometer per second More information about Horizontal Speed and Bearing can be found in 3G TS 23.032
Constructor & Destructor Documentation
~COMASuplHorizVelocity()
IMPORT_C | ~COMASuplHorizVelocity | ( | ) | |
Member Functions Documentation
ConstructL()
void | ConstructL | ( | ) | [private] |
By default Symbian 2nd phase constructor is private.
GetHorizVel(TUint16 &, TUint16 &)
GetHorizVel retrieves values for
Bearing, which is the angle on the horizontal axis towards North and
Horizontal Speed expressed in Kilometer per second
Parameters
TUint16 & aBearing | A reference Parameter that holds the bearing. The Most significant 9 bits contains the value for bearing. |
TUint16 & aHorSpeed | A refernce parameter that holds Horizontal Speed. All the 16 bits hold the value for this parameter. It is expressed in Kilometer per second. |
SetHorizVel(TUint16, TUint16)
SetHorizVel sets values for Bearing and Horizontal Speed.
Parameters
TUint16 aBearing | Parameter of sets the Bearing. The Most significant 9 bits contains the value for bearing. Other bits of 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 determines the value. It is expressed in Kilometer per hour. The endianess of the value is determined by the processor architecture. When this value is sent to the network, Network Byte order is used. |
Member Data Documentation
TOMASuplVelocityType
iVelType
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.