blob: f0f92bb31bf08c5b0c82dab18d39c90fb36a8c4c [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>oscl_file_types.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>oscl_file_types.h</h1><a href="oscl__file__types_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 _ F I L E _ TYPES</span>
00005
00006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
00007
00021 <span class="preprocessor">#ifndef OSCL_FILE_TYPES_H_INCLUDED</span>
00022 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_FILE_TYPES_H_INCLUDED</span>
00023 <span class="preprocessor"></span>
00024
<a name="l00025"></a><a class="code" href="group__osclio.html#a20">00025</a> <span class="preprocessor">#define OSCL_IO_FILENAME_MAXLEN 512</span>
<a name="l00026"></a><a class="code" href="group__osclio.html#a21">00026</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_IO_EXTENSION_MAXLEN 512</span>
00027 <span class="preprocessor"></span>
<a name="l00028"></a><a class="code" href="group__osclio.html#a22">00028</a> <span class="preprocessor">#define OSCL_FILE_WCHAR_PATH_DELIMITER _STRLIT("/")</span>
<a name="l00029"></a><a class="code" href="group__osclio.html#a23">00029</a> <span class="preprocessor"></span><span class="preprocessor">#define OSCL_FILE_CHAR_PATH_DELIMITER _STRLIT_CHAR("/")</span>
00030 <span class="preprocessor"></span>
00031 <span class="comment">//a class for passing configuration options from Oscl_File to OsclNativeFile</span>
<a name="l00032"></a><a class="code" href="classOsclNativeFileParams.html">00032</a> <span class="keyword">class </span><a class="code" href="classOsclNativeFileParams.html">OsclNativeFileParams</a>
00033 {
00034 <span class="keyword">public</span>:
<a name="l00035"></a><a class="code" href="classOsclNativeFileParams.html#a0">00035</a> <a class="code" href="classOsclNativeFileParams.html#a0">OsclNativeFileParams</a>(uint32 mode = 0, uint32 bufsize = 0, uint32 asyncsize = 0)
00036 : <a class="code" href="classOsclNativeFileParams.html#m0">iNativeAccessMode</a>(mode)
00037 , <a class="code" href="classOsclNativeFileParams.html#m1">iNativeBufferSize</a>(bufsize)
00038 , <a class="code" href="classOsclNativeFileParams.html#m2">iAsyncReadBufferSize</a>(asyncsize)
00039 {}
<a name="l00040"></a><a class="code" href="classOsclNativeFileParams.html#m0">00040</a> uint32 <a class="code" href="classOsclNativeFileParams.html#m0">iNativeAccessMode</a>;
<a name="l00041"></a><a class="code" href="classOsclNativeFileParams.html#m1">00041</a> uint32 <a class="code" href="classOsclNativeFileParams.html#m1">iNativeBufferSize</a>;
<a name="l00042"></a><a class="code" href="classOsclNativeFileParams.html#m2">00042</a> uint32 <a class="code" href="classOsclNativeFileParams.html#m2">iAsyncReadBufferSize</a>;
00043 };
00044
00045
00046 <span class="preprocessor">#endif // OSCL_FILE_TYPES_H_INCLUDED</span>
00047 <span class="preprocessor"></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>