datasourcemodules/locationapesuplpsy/inc/suplpsyrequestor.h
changeset 40 18280709ae43
parent 0 9cfd9a3ee49c
child 55 c92d4f3c47c5
equal deleted inserted replaced
36:b47902b73a93 40:18280709ae43
    21 #define SUPLPSYREQUESTOR_H
    21 #define SUPLPSYREQUESTOR_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <lbs.h>
    25 #include <lbs.h>
    26 #include <lbsSuplPsyAdaptation.h>
    26 #include <lbssuplpsyadaptation.h>
    27 
    27 
    28 /**
    28 /**
    29 * Network Positioning Configuration API CenRep UID.
    29 * Network Positioning Configuration API CenRep UID.
    30 */
    30 */
    31 const TUid KCRUidSuplPsy = { 0x20026FB7 };
    31 const TUid KCRUidSuplPsy = { 0x20026FB7 };
    36 * Name of key which holds time to next fix.
    36 * Name of key which holds time to next fix.
    37 * By default the value will be 180 sec.
    37 * By default the value will be 180 sec.
    38 *
    38 *
    39 */
    39 */
    40 const TUint32 KPSYTimeToNextFix = 0x00000005;
    40 const TUint32 KPSYTimeToNextFix = 0x00000005;
       
    41 
       
    42 /*
       
    43 * PM UID
       
    44 * 
       
    45 * Name of key which holds the protocol module UID
       
    46 */
       
    47 const TUint32 KPSYPmUid = 0x00000013;
       
    48 
    41 
    49 
    42 // FORWARD DECLARATIONS
    50 // FORWARD DECLARATIONS
    43 class MLbsSuplPsyAdaptationObserver;
    51 class MLbsSuplPsyAdaptationObserver;
    44 class CLbsSuplPsyAdaptation;
    52 class CLbsSuplPsyAdaptation;
    45 // CLASS DECLARATION
    53 // CLASS DECLARATION
   152         TInt iPosResult;
   160         TInt iPosResult;
   153 
   161 
   154         TUint iRequestId;
   162         TUint iRequestId;
   155 
   163 
   156         TUint iRequestIdCount;
   164         TUint iRequestIdCount;
       
   165         
       
   166         TInt iPmUid;
   157     };
   167     };
   158 
   168 
   159 #endif      // SUPLPSYREQUESTOR_H   
   169 #endif      // SUPLPSYREQUESTOR_H   
   160             
   170             
   161 // End of File
   171 // End of File