diff -r 000000000000 -r 9cfd9a3ee49c lbstest/lbstestproduct/lbscalculation/inc/ctlbscalculationtp236.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lbstest/lbstestproduct/lbscalculation/inc/ctlbscalculationtp236.h Tue Feb 02 01:50:39 2010 +0200 @@ -0,0 +1,66 @@ +/* +* 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_TP236_H__ +#define __CT_LBS_CALCULATION_TP236_H__ + +// INCLUDES +#include "ctlbscalculationstepbase.h" + +// Literals used +_LIT(KLbsCalculationCoordinateMove, "LbsCalculationCoordinateMove"); + +// CLASS DECLARATION +class CT_LbsCalculationTP236 : public CT_LbsCalculationStepBase + { + public: // Constructors and destructor + + /** + * C++ constructor. + */ + CT_LbsCalculationTP236(CT_LbsCalculationServer& aParent); + + /** + * Destructor. + */ + ~CT_LbsCalculationTP236(); + + static CT_LbsCalculationTP236* 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); + + TBool Equals(const TReal aValue1, const TReal aValue2, const TReal aAccuracy); + }; + +#endif // __CT_LBS_CALCULATION_TP236_H__ + +// End of File