uiacceltk/hitchcock/CommonInc/alfmoduletest.h
changeset 25 f7f1ae431f74
parent 19 f5bac0badc7e
child 35 ac76c975c9be
--- a/uiacceltk/hitchcock/CommonInc/alfmoduletest.h	Fri May 14 16:46:13 2010 +0300
+++ b/uiacceltk/hitchcock/CommonInc/alfmoduletest.h	Thu May 27 13:47:19 2010 +0300
@@ -41,7 +41,7 @@
 _LIT(KAlfModuleTestChunkName, "ALF_MODULE_TEST_CHUNK");
 _LIT(KAlfModuleTestMutexName, "ALF_MODULE_TEST_MUTEX");
 
-
+const TInt KMaxSimultMeasurementCount = 10;
 /*
  *  Class CAlfModuleTestData
  */
@@ -240,6 +240,18 @@
     TInt iASE_Temp3;
     TInt iASE_Temp4;
 
+    class TSpeedTest
+    {
+    public:
+        TInt64 iHandle;
+        TInt iCounter;
+        TBool iEffects;
+        TInt64 iTimeStamp[5];
+    };
+    
+    TSpeedTest iTimeMap[10];
+    TInt iNextFreeMap;
+        
     // Map that contains boolean items for certain test cases.
     TAlfModuleTestMap< TBool > iBoolMap;        
     // Map that contains integer items for certain test cases.