1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3 <title>osclconfig_time.h Source File</title> 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 5 </head><body> 6 <!-- Generated by Doxygen 1.2.18 --> 7 <center> 8 <a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9 <hr><h1>osclconfig_time.h</h1><a href="osclconfig__time_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// -*- c++ -*-</span> 10 00002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 11 00003 12 00004 <span class="comment">// O S C L C O N F I G _ T I M E ( T I M E - D E F I N I T I O N S )</span> 13 00005 14 00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span> 15 00007 16 00008 17 00009 18 00010 19 00011 <span class="preprocessor">#ifndef OSCLCONFIG_TIME_H_INCLUDED</span> 20 00012 <span class="preprocessor"></span><span class="preprocessor">#define OSCLCONFIG_TIME_H_INCLUDED</span> 21 00013 <span class="preprocessor"></span> 22 00014 23 00015 <span class="preprocessor">#ifndef OSCLCONFIG_H_INCLUDED</span> 24 00016 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig_8h.html">osclconfig.h</a>"</span> 25 00017 <span class="preprocessor">#endif</span> 26 00018 <span class="preprocessor"></span> 27 00019 <span class="comment">// system header files</span> 28 00020 <span class="preprocessor">#include <time.h></span> <span class="comment">// timeval</span> 29 00021 <span class="preprocessor">#include <sys/time.h></span> <span class="comment">// timercmp</span> 30 00022 <span class="preprocessor">#include <unistd.h></span> 31 00023 32 00024 33 00025 34 <a name="l00026"></a><a class="code" href="osclconfig__time_8h.html#a0">00026</a> <span class="preprocessor">#define OSCL_HAS_UNIX_TIME_FUNCS 1</span> 35 00027 <span class="preprocessor"></span> 36 00028 37 <a name="l00029"></a><a class="code" href="osclconfig__time_8h.html#a1">00029</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>timeval <a class="code" href="osclconfig__time_8h.html#a1">OsclBasicTimeStruct</a>; 38 <a name="l00030"></a><a class="code" href="osclconfig__time_8h.html#a2">00030</a> <span class="keyword">typedef</span> tm <a class="code" href="osclconfig__time_8h.html#a2">OsclBasicDateTimeStruct</a>; 39 00031 40 00032 <span class="preprocessor">#include "<a class="code" href="osclconfig__time__check_8h.html">osclconfig_time_check.h</a>"</span> 41 00033 42 00034 <span class="preprocessor">#endif</span> 43 </pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 44 <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 45 </small></address> 46 </body> 47 </html> 48