locationtriggering/ltstrategypluginapi/inc/lbtstrategytriggeringsupervisionsettings.h
changeset 0 667063e416a2
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Location system settings related to triggering supervision.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef T_LBTSTRATEGYTRIGGERINGSUPERVISIONSETTINGS_H
       
    20 #define T_LBTSTRATEGYTRIGGERINGSUPERVISIONSETTINGS_H
       
    21 
       
    22 
       
    23 #include "lbttriggeringsystemstatus.h"
       
    24 
       
    25 
       
    26 /**
       
    27  * Structure defines location system settings related to triggering supervision.
       
    28  *
       
    29  * @since S60 4.0
       
    30  */
       
    31 struct TLbtStrategyTriggeringSupervisionSettings
       
    32 
       
    33     {
       
    34     
       
    35     /**
       
    36      * Minimum location update interval. In seconds.
       
    37      */
       
    38     TInt iMinimumLocationUpdateInterval;
       
    39 
       
    40     /**
       
    41      * Maximum user speed. In meters per second.
       
    42      */
       
    43     TReal iMaximumUserSpeed;
       
    44 
       
    45     /**
       
    46      * Minimum location update interval when GPS fails. In seconds.
       
    47      */
       
    48     TInt iMinimumLocationUpdateIntervalWithoutGps;
       
    49 
       
    50     /**
       
    51      * Positioning technology to be used. This setting specifies
       
    52      * what positioning technology shall be used. KNullUid means
       
    53      * automatic selection of positioning technology.
       
    54      */
       
    55     TUid iPositioningTechnology;
       
    56     
       
    57     /**
       
    58      * GPS tracking mode interval. In seconds.
       
    59      */
       
    60     TInt iGpsTrackingModeInterval;
       
    61 
       
    62     /**
       
    63      * Location request timeout. In seconds.
       
    64      */
       
    65     TInt iLocationRequestTimeout;
       
    66 
       
    67     /**
       
    68      * Reserved
       
    69      */
       
    70     TUint iReserved[8];
       
    71 
       
    72     };
       
    73 
       
    74 #endif  // T_LBTSTRATEGYTRIGGERINGSUPERVISIONSETTINGS_H