doc/doxygen/html/win32_2timerscfg_8h-source.html
changeset 240 34654679f262
parent 215 f49e5a6b7804
equal deleted inserted replaced
239:f45fd4cd3832 240:34654679f262
    16   <ul>
    16   <ul>
    17     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    17     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    18     <li><a href="globals.html"><span>Globals</span></a></li>
    18     <li><a href="globals.html"><span>Globals</span></a></li>
    19   </ul></div>
    19   </ul></div>
    20 <div class="nav">
    20 <div class="nav">
    21 <a class="el" href="dir_2209bfb26110ae52d50da4cefad5e72f.html">include</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_782374bdd8d6f1de841137f3ffd6286c.html">win32</a></div>
    21 <a class="el" href="dir_bb27f6e70a4a8ab6966321815f15a33d.html">include</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_c7d46e648ccfb6549f9bb77df6f733fd.html">win32</a></div>
    22 <h1>timerscfg.h</h1><a href="win32_2timerscfg_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
    22 <h1>timerscfg.h</h1><a href="win32_2timerscfg_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
    23 <a name="l00002"></a>00002 <span class="comment">This file is part of CanFestival, a library implementing CanOpen Stack.</span>
    23 <a name="l00002"></a>00002 <span class="comment">This file is part of CanFestival, a library implementing CanOpen Stack.</span>
    24 <a name="l00003"></a>00003 <span class="comment"></span>
    24 <a name="l00003"></a>00003 <span class="comment"></span>
    25 <a name="l00004"></a>00004 <span class="comment">Copyright (C): Edouard TISSERANT and Francis DUPIN</span>
    25 <a name="l00004"></a>00004 <span class="comment">Copyright (C): Edouard TISSERANT and Francis DUPIN</span>
    26 <a name="l00005"></a>00005 <span class="comment">Win32 port by Leonid Tochinski</span>
    26 <a name="l00005"></a>00005 <span class="comment">Win32 port by Leonid Tochinski</span>
    47 <a name="l00026"></a>00026 <span class="preprocessor"></span>
    47 <a name="l00026"></a>00026 <span class="preprocessor"></span>
    48 <a name="l00027"></a>00027 <span class="preprocessor">#include &lt;windows.h&gt;</span>
    48 <a name="l00027"></a>00027 <span class="preprocessor">#include &lt;windows.h&gt;</span>
    49 <a name="l00028"></a>00028 
    49 <a name="l00028"></a>00028 
    50 <a name="l00029"></a>00029 <span class="comment">// Time unit : us</span>
    50 <a name="l00029"></a>00029 <span class="comment">// Time unit : us</span>
    51 <a name="l00030"></a>00030 <span class="comment">// Time resolution : 64bit (~584942 years)</span>
    51 <a name="l00030"></a>00030 <span class="comment">// Time resolution : 64bit (~584942 years)</span>
    52 <a name="l00031"></a><a class="code" href="win32_2timerscfg_8h.html#6ae11f09e1ebf40f3562857272fab8bf">00031</a> <span class="preprocessor">#define TIMEVAL unsigned long long</span>
    52 <a name="l00031"></a><a class="code" href="win32_2timerscfg_8h.html#dea5fb459bddd6fd539cdf665dd657e6">00031</a> <span class="preprocessor">#define TIMEVAL unsigned long long</span>
    53 <a name="l00032"></a><a class="code" href="win32_2timerscfg_8h.html#35b2fd1a5f6b88bf3842ba3663e6f85e">00032</a> <span class="preprocessor"></span><span class="preprocessor">#define TIMEVAL_MAX ~(TIMEVAL)0</span>
    53 <a name="l00032"></a><a class="code" href="win32_2timerscfg_8h.html#9b8b68779cc690a9f699155420328d0f">00032</a> <span class="preprocessor"></span><span class="preprocessor">#define TIMEVAL_MAX ~(TIMEVAL)0</span>
    54 <a name="l00033"></a><a class="code" href="win32_2timerscfg_8h.html#ee85d2eeabff670269ebc2e00251ac6d">00033</a> <span class="preprocessor"></span><span class="preprocessor">#define MS_TO_TIMEVAL(ms) ms*1000</span>
    54 <a name="l00033"></a><a class="code" href="win32_2timerscfg_8h.html#ffc50d6b8321e910d6d4821b2aecfa92">00033</a> <span class="preprocessor"></span><span class="preprocessor">#define MS_TO_TIMEVAL(ms) ms*1000</span>
    55 <a name="l00034"></a><a class="code" href="win32_2timerscfg_8h.html#56849fe35cb6cbe17f7768a2d3af62f8">00034</a> <span class="preprocessor"></span><span class="preprocessor">#define US_TO_TIMEVAL(us) us</span>
    55 <a name="l00034"></a><a class="code" href="win32_2timerscfg_8h.html#5f44d2f770d3bd711510372589f5ae9c">00034</a> <span class="preprocessor"></span><span class="preprocessor">#define US_TO_TIMEVAL(us) us</span>
    56 <a name="l00035"></a>00035 <span class="preprocessor"></span>
    56 <a name="l00035"></a>00035 <span class="preprocessor"></span>
    57 <a name="l00036"></a><a class="code" href="win32_2timerscfg_8h.html#07c1b78efc83716fac9e31b9862f7e60">00036</a> <span class="preprocessor">#define TASK_HANDLE HANDLE</span>
    57 <a name="l00036"></a><a class="code" href="win32_2timerscfg_8h.html#69c1aff70ae463b42314dc6689cb7400">00036</a> <span class="preprocessor">#define TASK_HANDLE HANDLE</span>
    58 <a name="l00037"></a>00037 <span class="preprocessor"></span>
    58 <a name="l00037"></a>00037 <span class="preprocessor"></span>
    59 <a name="l00038"></a>00038 <span class="preprocessor">#endif</span>
    59 <a name="l00038"></a>00038 <span class="preprocessor">#endif</span>
    60 </pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Jun 8 08:51:39 2007 for CanFestival by&nbsp;
    60 </pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Jul 2 19:10:16 2007 for CanFestival by&nbsp;
    61 <a href="http://www.doxygen.org/index.html">
    61 <a href="http://www.doxygen.org/index.html">
    62 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
    62 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
    63 </body>
    63 </body>
    64 </html>
    64 </html>