blob: 60cd182548fb0282a84e6261c2d55fa214fdc37b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>osclconfig_time.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
<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>
00002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00003
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>
00005
00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00007
00008
00009
00010
00011 <span class="preprocessor">#ifndef OSCLCONFIG_TIME_H_INCLUDED</span>
00012 <span class="preprocessor"></span><span class="preprocessor">#define OSCLCONFIG_TIME_H_INCLUDED</span>
00013 <span class="preprocessor"></span>
00014
00015 <span class="preprocessor">#ifndef OSCLCONFIG_H_INCLUDED</span>
00016 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig_8h.html">osclconfig.h</a>"</span>
00017 <span class="preprocessor">#endif</span>
00018 <span class="preprocessor"></span>
00019 <span class="comment">// system header files</span>
00020 <span class="preprocessor">#include &lt;time.h&gt;</span> <span class="comment">// timeval</span>
00021 <span class="preprocessor">#include &lt;sys/time.h&gt;</span> <span class="comment">// timercmp</span>
00022 <span class="preprocessor">#include &lt;unistd.h&gt;</span>
00023
00024
00025
<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>
00027 <span class="preprocessor"></span>
00028
<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>;
<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>;
00031
00032 <span class="preprocessor">#include "<a class="code" href="osclconfig__time__check_8h.html">osclconfig_time_check.h</a>"</span>
00033
00034 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
</small></address>
</body>
</html>