locationmanager/locationtrail/inc/locationtraildefs.h
branchRCL_3
changeset 3 6752808b2036
parent 0 c53acadfccc6
child 6 646a02f170b9
equal deleted inserted replaced
2:b73a2e62868f 3:6752808b2036
    32 
    32 
    33 const TInt KCurrentLocTimeoutCount = 48; // 48 * 10 sec -> 8 min timeout.
    33 const TInt KCurrentLocTimeoutCount = 48; // 48 * 10 sec -> 8 min timeout.
    34 
    34 
    35 const TInt KTrackLogBufSize = 10;
    35 const TInt KTrackLogBufSize = 10;
    36 
    36 
    37 const TInt KLocationTrailShutdownDelay = 180;
    37 const TInt KLocationTrailShutdownDelay = 60;
    38 
    38 
    39 const TInt KLocationDelta = 30;
    39 const TInt KLocationTrailRemappingCheckDelay = 15;
    40 
    40 
    41 const TInt KRemappingTime = 600;
    41 const TInt KLocationTrailRemapShutdownDelay = 360;
       
    42 
       
    43 const TInt KLocationDelta = 20;
       
    44 
       
    45 const TInt KRemappingTime = 480;
    42 
    46 
    43 const TInt KFirstInterval = 1000000; // 1 second
    47 const TInt KFirstInterval = 1000000; // 1 second
    44 
    48 
    45 //The name of the requestor
    49 //The name of the requestor
    46 _LIT( KRequestor,         "Location Trail" );
    50 _LIT( KRequestor,         "Location Trail" );
   114  * Key for reading distance for using existing location object from 
   118  * Key for reading distance for using existing location object from 
   115  * Central repository.
   119  * Central repository.
   116  */
   120  */
   117 const TUint32 KRemappingTimeKey = 0x00000006;
   121 const TUint32 KRemappingTimeKey = 0x00000006;
   118 
   122 
       
   123 /**
       
   124  * Key for reading location trail timeout value from 
       
   125  * Central repository if items are still to be remapped.
       
   126  */
       
   127 const TUint32 KLocationTrailRemapShutdownTimer = 0x00000007;
       
   128 
   119 #endif // __LOCATIONTRAILDEFS_H__
   129 #endif // __LOCATIONTRAILDEFS_H__
   120 
   130 
   121 // End of file.
   131 // End of file.