keepalive/flextimer/test/testflextimer/docs/html/inheritedcflextimer2_8h_source.html
author hgs
Wed, 27 Oct 2010 17:43:56 +0300
changeset 70 ac5daea24fb0
permissions -rw-r--r--
201038

<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>FlexTimerStifSpecs: inheritedcflextimer2.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.6.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <img id="MSearchSelect" src="search/search.png"
             onmouseover="return searchBox.OnSearchSelectShow()"
             onmouseout="return searchBox.OnSearchSelectHide()"
             alt=""/>
        <input type="text" id="MSearchField" value="Search" accesskey="S"
             onfocus="searchBox.OnSearchFieldFocus(true)" 
             onblur="searchBox.OnSearchFieldFocus(false)" 
             onkeyup="searchBox.OnSearchFieldChange(event)"/>
        <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
        </div>
      </li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    </ul>
  </div>
<h1>inheritedcflextimer2.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).</span>
<a name="l00003"></a>00003 <span class="comment"> * All rights reserved.</span>
<a name="l00004"></a>00004 <span class="comment"> * This component and the accompanying materials are made available</span>
<a name="l00005"></a>00005 <span class="comment"> * under the terms of &quot;Eclipse Public License v1.0&quot;</span>
<a name="l00006"></a>00006 <span class="comment"> * which accompanies this distribution, and is available</span>
<a name="l00007"></a>00007 <span class="comment"> * at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * Initial Contributors:</span>
<a name="l00010"></a>00010 <span class="comment"> * Nokia Corporation - initial contribution.</span>
<a name="l00011"></a>00011 <span class="comment"> *</span>
<a name="l00012"></a>00012 <span class="comment"> * Contributors:</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> * Description:  CInheritedCFlexTimer inherits and implements CFlexTimer for testing purposes.</span>
<a name="l00015"></a>00015 <span class="comment"> *</span>
<a name="l00016"></a>00016 <span class="comment"> */</span>
<a name="l00017"></a>00017 
<a name="l00018"></a>00018 <span class="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * %version: 1 %</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="preprocessor">#ifndef CINHERITEDCFLEXTIMER2_H</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define CINHERITEDCFLEXTIMER2_H</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="comment">// INCLUDE FILES</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &quot;flextimer.h&quot;</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="comment">// CLASS DECLARATION</span>
<a name="l00036"></a><a class="code" href="class_c_inherited_c_flex_timer2.html">00036</a> <span class="comment"></span><span class="keyword">class </span><a class="code" href="class_c_inherited_c_flex_timer2.html">CInheritedCFlexTimer2</a> : <span class="keyword">public</span> CFlexTimer
<a name="l00037"></a>00037     {
<a name="l00038"></a>00038 <span class="keyword">public</span>:
<a name="l00039"></a>00039 
<a name="l00048"></a>00048     <span class="keyword">static</span> <a class="code" href="class_c_inherited_c_flex_timer2.html">CInheritedCFlexTimer2</a>* <a class="code" href="class_c_inherited_c_flex_timer2.html#aac1aaeb04df54e04a33d841157e89eb8">NewL</a>( TInt aPriority,
<a name="l00049"></a>00049             TCallBack aCallBack, TInt aId );
<a name="l00050"></a>00050 
<a name="l00054"></a>00054     <span class="keyword">virtual</span> <a class="code" href="class_c_inherited_c_flex_timer2.html#ae4760a017176ab70c7b53850093af570">~CInheritedCFlexTimer2</a>();
<a name="l00055"></a>00055 
<a name="l00059"></a>00059     <span class="keywordtype">void</span> <a class="code" href="class_c_inherited_c_flex_timer2.html#a5b165f063234b2a6359677100617adec">SetCB</a>( TCallBack aCallBack );
<a name="l00060"></a>00060 
<a name="l00064"></a>00064     TInt <a class="code" href="class_c_inherited_c_flex_timer2.html#ab2153c0787dc8da26393b6f5d9829a7a">MyOwnConfigure</a>( TTimeIntervalMicroSeconds32 aDelayWindow );
<a name="l00065"></a>00065 
<a name="l00066"></a>00066 <span class="keyword">protected</span>:
<a name="l00067"></a>00067 
<a name="l00071"></a>00071     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="class_c_inherited_c_flex_timer2.html#ae1d1d7ea3d79346325ed155a6293ccbf">RunL</a>();
<a name="l00072"></a>00072 
<a name="l00073"></a>00073 <span class="keyword">private</span>:
<a name="l00074"></a>00074 
<a name="l00078"></a>00078     <span class="keywordtype">void</span> ConstructL();
<a name="l00079"></a>00079 
<a name="l00086"></a>00086     <a class="code" href="class_c_inherited_c_flex_timer2.html">CInheritedCFlexTimer2</a>( TInt aPriority, TCallBack aCallBack, TInt aId );
<a name="l00087"></a>00087 
<a name="l00088"></a>00088 <span class="keyword">private</span>:
<a name="l00089"></a>00089 
<a name="l00094"></a>00094     TCallBack iCallBack;
<a name="l00095"></a>00095 
<a name="l00096"></a>00096     TInt iId;
<a name="l00097"></a>00097 
<a name="l00098"></a>00098     };
<a name="l00099"></a>00099 
<a name="l00100"></a>00100 <span class="preprocessor">#endif </span><span class="comment">/* CINHERITEDCFLEXTIMER2_H */</span>
</pre></div></div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Variables</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Apr 20 11:48:59 2010 for FlexTimerStifSpecs by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>