locationtriggering/ltcellidmovementdetector/inc/lbtcellidmvmtdetconsts.h
changeset 0 667063e416a2
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 2008 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 "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Contains definition of all the constants used by movement detection 
       
    15 *                component.				 
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __LBTCELLIDMVMTDETCONSTS_H__
       
    22 #define __LBTCELLIDMVMTDETCONSTS_H__
       
    23 
       
    24 
       
    25 /**
       
    26  * This structure contains GSM information retrieved.
       
    27  */
       
    28 struct 	TGsmData
       
    29 	{
       
    30 	// Absolute Radio Frequency Channel Number.
       
    31 	TInt  	iARFCN[5];
       
    32 	// Base Station Identity Code.
       
    33 	TInt  	iBSIC[5];
       
    34 	// The average signal strength received
       
    35 	TInt  	iRxLEV[5];
       
    36 	// Timing advance.
       
    37 	TInt16  iTimingAdvance;
       
    38 	};
       
    39 	
       
    40 	
       
    41 /*
       
    42  *
       
    43  */
       
    44 struct TGsmNMR
       
    45     {
       
    46     TInt    BSIC;
       
    47     TInt    ARFCN;
       
    48     TInt    RxLEV;
       
    49     };
       
    50 	
       
    51 
       
    52 /**
       
    53  * This structure contains Wcdma information retrieved.
       
    54  */ 	
       
    55 struct TWcdmaNMR
       
    56     {
       
    57     TInt iCarrierRSSI;
       
    58 	TInt iCpichEcN0;
       
    59 	TInt iCpichRscp;
       
    60 	TInt iPathloss;
       
    61 	}; 
       
    62 #endif // __LBTCELLIDMVMTDETCONSTS_H__