locationtriggering/ltstrategypluginapi/inc/lbtstrategytriggeringsupervisionsettings.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:37:04 +0300
branchRCL_3
changeset 20 2b4ea9893b66
parent 0 667063e416a2
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Location system settings related to triggering supervision.
*
*/


#ifndef T_LBTSTRATEGYTRIGGERINGSUPERVISIONSETTINGS_H
#define T_LBTSTRATEGYTRIGGERINGSUPERVISIONSETTINGS_H


#include "lbttriggeringsystemstatus.h"


/**
 * Structure defines location system settings related to triggering supervision.
 *
 * @since S60 4.0
 */
struct TLbtStrategyTriggeringSupervisionSettings

    {
    
    /**
     * Minimum location update interval. In seconds.
     */
    TInt iMinimumLocationUpdateInterval;

    /**
     * Maximum user speed. In meters per second.
     */
    TReal iMaximumUserSpeed;

    /**
     * Minimum location update interval when GPS fails. In seconds.
     */
    TInt iMinimumLocationUpdateIntervalWithoutGps;

    /**
     * Positioning technology to be used. This setting specifies
     * what positioning technology shall be used. KNullUid means
     * automatic selection of positioning technology.
     */
    TUid iPositioningTechnology;
    
    /**
     * GPS tracking mode interval. In seconds.
     */
    TInt iGpsTrackingModeInterval;

    /**
     * Location request timeout. In seconds.
     */
    TInt iLocationRequestTimeout;

    /**
     * Reserved
     */
    TUint iReserved[8];

    };

#endif  // T_LBTSTRATEGYTRIGGERINGSUPERVISIONSETTINGS_H