lbstest/lbstestproduct/lbscalculation/inc/ctlbscalculationtp235.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:50:39 +0200
changeset 0 9cfd9a3ee49c
permissions -rw-r--r--
Revision: 201002 Kit: 201005

/*
* Copyright (c) 2001-2009 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:
*
*/




#ifndef __CT_LBS_CALCULATION_TP235_H__
#define __CT_LBS_CALCULATION_TP235_H__

//  INCLUDES
#include "ctlbscalculationstepbase.h"

// Literals used
_LIT(KLbsCalculationCalculateSpeed, "LbsCalculationCalculateSpeed");

// CLASS DECLARATION   
class CT_LbsCalculationTP235 : public CT_LbsCalculationStepBase
    {
    public:  // Constructors and destructor
        
        /**
        * C++ constructor.
        */
        CT_LbsCalculationTP235(CT_LbsCalculationServer& aParent);
        
        /**
        * Destructor.
        */
        ~CT_LbsCalculationTP235();
        
        static CT_LbsCalculationTP235* New(CT_LbsCalculationServer& aParent);

    public: // Functions from base classes

        TVerdict doTestStepL();

    private:
    
        void TestValuesL();

        void TestNotSupportedL();

        void LogTestError(const T_LbsCalculationCheck& aCalc, 
                          const TInt aError,
                          const TInt aRow=0);
    };

#endif      // __CT_LBS_CALCULATION_TP235_H__
            
// End of File