locationmanager/locationtrail/inc/locationtraildefs.h
branchRCL_3
changeset 6 646a02f170b9
parent 3 6752808b2036
child 8 50de4d668bb6
equal deleted inserted replaced
3:6752808b2036 6:646a02f170b9
    26 // Max age
    26 // Max age
    27 const TInt KMaxAge         = 800000;   // 0.8 second
    27 const TInt KMaxAge         = 800000;   // 0.8 second
    28 
    28 
    29 const TInt KMaxTrailLength = 480000000; // 8 min.
    29 const TInt KMaxTrailLength = 480000000; // 8 min.
    30 
    30 
    31 const TInt KIntervalSeconds = KUpdateInterval / 1000000; // 10 seconds
    31 const TInt KMaximumIntervalSeconds = KUpdateTimeOut / 1000000; // 20 seconds
    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 
    43 const TInt KLocationDelta = 20;
    43 const TInt KLocationDelta = 20;
    44 
    44 
    45 const TInt KRemappingTime = 480;
    45 const TInt KRemappingTime = 480;
    46 
    46 
    47 const TInt KFirstInterval = 1000000; // 1 second
    47 const TInt KFirstInterval = 1000000; // 1 second
       
    48 
       
    49 const TInt KFirstTimeOut = 1500000; // 1.5 second
    48 
    50 
    49 //The name of the requestor
    51 //The name of the requestor
    50 _LIT( KRequestor,         "Location Trail" );
    52 _LIT( KRequestor,         "Location Trail" );
    51 
    53 
    52 // GPS tag ids.
    54 // GPS tag ids.