class COMASuplHorizAndVertUncertVelocity : public COMASuplHorizAndVertVelocity |
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 and Speed Uncertainty can be found in 3G TS 23.032
Public Member Functions | |
---|---|
~COMASuplHorizAndVertUncertVelocity() | |
IMPORT_C void | GetHorizVertUncertVel(TUint16 &, TUint16 &, TUint8 &, TUint8 &, TUint8 &, TUint8 &) |
IMPORT_C COMASuplHorizAndVertUncertVelocity * | NewL() |
IMPORT_C void | SetHorizVertUncertVel(TUint16, TUint16, TUint8, TUint8, TUint8, TUint8) |
TOMASuplVelocityType | VelType() |
Private Member Functions | |
---|---|
COMASuplHorizAndVertUncertVelocity() | |
void | ConstructL() |
Private Attributes | |
---|---|
TUint8 | iHorizUncertSpeed |
TUint8 | iVertUncertSpeed |
Inherited Attributes | |
---|---|
COMASuplHorizVelocity::iVelType |
COMASuplHorizAndVertUncertVelocity | ( | ) | [private] |
C++ default constructor.
IMPORT_C void | GetHorizVertUncertVel | ( | TUint16 & | aBearing, |
TUint16 & | aHorSpeed, | |||
TUint8 & | aVerDirect, | |||
TUint8 & | aVerSpeed, | |||
TUint8 & | aHorUncertSpeed, | |||
TUint8 & | aVerUncertSpeed | |||
) | const |
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
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 & aVerDirect | A refernce parameter that holds Vertical Direction. All the 8 bits hold the value. |
TUint8 & aVerSpeed | A refernce parameter that holds Vertical Speed. All the 8 bits hold the value |
TUint8 & aHorUncertSpeed | A refernce parameter that holds Vertical Speed Uncertainty. All the 8 bits hold the value. |
TUint8 & aVerUncertSpeed |
IMPORT_C COMASuplHorizAndVertUncertVelocity * | NewL | ( | ) | [static] |
Creates a new instance of a COMASuplHorizAndVertUncertVelocity.
IMPORT_C void | SetHorizVertUncertVel | ( | TUint16 | aBearing, |
TUint16 | aHorSpeed, | |||
TUint8 | aVerDirect, | |||
TUint8 | aVerSpeed, | |||
TUint8 | aHorUncertSpeed, | |||
TUint8 | aVerUncertSpeed | |||
) |
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
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 aVerDirect | Parameter for Vertical Direction. The Most significant bit holds the value. 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. |
TUint8 aVerSpeed | Parameter for Vertical Speed. 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. |
TUint8 aHorUncertSpeed | Parameter for Horizontal Speed Uncertainty. 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. |
TUint8 aVerUncertSpeed | Parameter for Vertical Speed Uncertainty. 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. |
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.