lbstest/lbstestproduct/lbssimulationpsy/inc/ctlbssimulationpsyfixconstants.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:50:39 +0200
changeset 0 9cfd9a3ee49c
permissions -rw-r--r--
Revision: 201002 Kit: 201005

/*
* Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/



#ifndef __CT_LBS_SIMULATION_PSY_FIX_CONSTANTS_H
#define __CT_LBS_SIMULATION_PSY_FIX_CONSTANTS_H


// CONSTANTS

//fix1
const TReal32 KHdop1 = 2.0;
_LIT8(KLat1, "5804.1463");
_LIT8(KLatDir1, "N");
_LIT8(KLon1,"01155.0695");
_LIT8(KLonDir1, "E");
const TReal32 KAltitude1 = -40.0;

//fix2
const TReal32 KHdop2 = 2.0;
_LIT8(KLat2, "5804.1366");
_LIT8(KLatDir2, "N");
_LIT8(KLon2,"01155.0752");
_LIT8(KLonDir2, "E");
const TReal32 KAltitude2 = -39.0;

//fix3
const TReal32 KHdop3 = 2.0;
_LIT8(KLat3, "5804.1318");
_LIT8(KLatDir3, "N");
_LIT8(KLon3,"01155.0781");
_LIT8(KLonDir3, "E");
const TReal32 KAltitude3 = -39.0;

//fix4
const TReal32 KHdop4 = 2.0;
_LIT8(KLat4, "5804.1212");
_LIT8(KLatDir4, "N");
_LIT8(KLon4,"01155.0843");
_LIT8(KLonDir4, "E");
const TReal32 KAltitude4 = -39.0;

//fix5
const TReal32 KHdop5 = 2.0;
_LIT8(KLat5, "5804.1118");
_LIT8(KLatDir5, "N");
_LIT8(KLon5,"01155.0900");
_LIT8(KLonDir5, "E");
const TReal32 KAltitude5 = -39.0;

//fix6
const TReal32 KHdop6 = 2.0;
_LIT8(KLat6, "5804.1070");
_LIT8(KLatDir6, "N");
_LIT8(KLon6,"01155.0929");
_LIT8(KLonDir6, "E");
const TReal32 KAltitude6 = -39.0;

//fix7
const TReal32 KHdop7 = 2.0;
_LIT8(KLat7, "5804.0971");
_LIT8(KLatDir7, "N");
_LIT8(KLon7,"01155.0986");
_LIT8(KLonDir7, "E");
const TReal32 KAltitude7 = -39.0;

//fix8
const TReal32 KHdop8 = 2.0;
_LIT8(KLat8, "5804.0870");
_LIT8(KLatDir8, "N");
_LIT8(KLon8,"01155.1040");
_LIT8(KLonDir8, "E");
const TReal32 KAltitude8 = -39.0;

//fix9
const TReal32 KHdop9 = 2.0;
_LIT8(KLat9, "5804.0819");
_LIT8(KLatDir9, "N");
_LIT8(KLon9,"01155.1067");
_LIT8(KLonDir9, "E");
const TReal32 KAltitude9 = -39.0;

//fix10
const TReal32 KHdop10 = 2.0;
_LIT8(KLat10, "5804.0718");
_LIT8(KLatDir10, "N");
_LIT8(KLon10,"01155.1123");
_LIT8(KLonDir10, "E");
const TReal32 KAltitude10 = -39.0;

#endif      // __CT_LBS_SIMULATION_PSY_FIX_CONSTANTS_H   
            
// End of File