lbs/lbsclient/inc/ctlbsclientpositionconstants.h
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 /*
       
     2 * Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __CT_LBS_CLIENT_POSITION_CONSTANTS_H__ 
       
    21 #define __CT_LBS_CLIENT_POSITION_CONSTANTS_H__
       
    22 
       
    23 
       
    24 // CONSTANTS
       
    25 const TReal32 KHorizontalAcc = 40;
       
    26 const TReal32 KVerticalAcc = 40;
       
    27 
       
    28 const TReal64 KLatitude = 2;
       
    29 const TReal64 KLongitude = 3;
       
    30 const TReal32 KAltitude = 200;
       
    31 
       
    32 _LIT(KPositionTime, "20801027:161600");//YYYYMMDD:HHMMSS.MMMMMM
       
    33 
       
    34 const TReal32 KSpeed = 20;
       
    35 const TReal32 KHeading = 30;
       
    36 const TReal32 KSpeedAcc = 2;
       
    37 const TReal32 KHeadingAcc = 3;
       
    38 
       
    39 const TInt KSatelliteId = 30;
       
    40 const TReal32 KAzimuth = 30;
       
    41 const TReal32 KElevation = 30;
       
    42 const TBool KIsUsed = ETrue;
       
    43 const TInt KSignalStrength = 10;
       
    44 
       
    45 const TReal32 KAzimuthOdd = 35;
       
    46 const TReal32 KElevationOdd = 35;
       
    47 const TBool KIsUsedOdd = EFalse;
       
    48 const TInt KSignalStrengthOdd = 5;
       
    49 
       
    50 const TUint KNumberOfSatellitesInView = 12;
       
    51 const TUint KNumberOfSatellitesUsed = 6;
       
    52 _LIT(KSatelliteTime, "20021027:161600");
       
    53 const TReal32 KHorizontalDoPValue = 1;
       
    54 const TReal32 KVerticalDoPValue = 2;
       
    55 const TReal32 KTimeDoPValue = 20;  
       
    56 
       
    57 _LIT(KModuleName, "Multi PSY");
       
    58 
       
    59 
       
    60 #endif      // __CT_LBS_CLIENT_POSITION_CONSTANTS_H__   
       
    61             
       
    62 // End of File