aboutsummaryrefslogtreecommitdiff
path: root/doc/oscl_html/classOsclInit.html
blob: 660c4d725a9da97983bfd359f21747d8338d1dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!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>oscl: OsclInit Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>OsclInit Class Reference<br/>
<small>
[<a class="el" href="group__osclinit.html">OSCL Init</a>]</small>
</h1><!-- doxytag: class="OsclInit" -->
<p><code>#include &lt;<a class="el" href="oscl__init_8h_source.html">oscl_init.h</a>&gt;</code></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static OSCL_IMPORT_REF void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOsclInit.html#a17ada3b7ea0ece12aa8b237f2deb2b81">Init</a> (int32 &amp;aError, const <a class="el" href="classOsclSelect.html">OsclSelect</a> *aSelect=NULL)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static OSCL_IMPORT_REF void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOsclInit.html#ad4a1c6275259a6c7314c6f0cf6ab1cc2">Cleanup</a> (int32 &amp;aError, const <a class="el" href="classOsclSelect.html">OsclSelect</a> *aSelect=NULL)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Per-thread oscl initialization and cleanup. </p>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ad4a1c6275259a6c7314c6f0cf6ab1cc2"></a><!-- doxytag: member="OsclInit::Cleanup" ref="ad4a1c6275259a6c7314c6f0cf6ab1cc2" args="(int32 &amp;aError, const OsclSelect *aSelect=NULL)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static OSCL_IMPORT_REF void OsclInit::Cleanup </td>
          <td>(</td>
          <td class="paramtype">int32 &amp;&nbsp;</td>
          <td class="paramname"> <em>aError</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classOsclSelect.html">OsclSelect</a> *&nbsp;</td>
          <td class="paramname"> <em>aSelect</em> = <code>NULL</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>This routine cleans up the Oscl modules in the calling thread.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>err,:</em>&nbsp;</td><td>(output) error code of any leave that occurs in initialization. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>config,:</em>&nbsp;</td><td>(input param) optional set of initialization parameters. If null, then full initialization with default parameters will be performed. For proper cleanup, the parameters should match the ones used during the Init call. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a17ada3b7ea0ece12aa8b237f2deb2b81"></a><!-- doxytag: member="OsclInit::Init" ref="a17ada3b7ea0ece12aa8b237f2deb2b81" args="(int32 &amp;aError, const OsclSelect *aSelect=NULL)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static OSCL_IMPORT_REF void OsclInit::Init </td>
          <td>(</td>
          <td class="paramtype">int32 &amp;&nbsp;</td>
          <td class="paramname"> <em>aError</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classOsclSelect.html">OsclSelect</a> *&nbsp;</td>
          <td class="paramname"> <em>aSelect</em> = <code>NULL</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>This routine initializes the Oscl modules in the calling thread.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>err,:</em>&nbsp;</td><td>(output) error code of any leave that occurs in initialization.</td></tr>
    <tr><td valign="top"></td><td valign="top"><em>config,:</em>&nbsp;</td><td>(input param) optional set of initialization parameters. If null, then full initialization with default parameters will be performed. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="oscl__init_8h_source.html">oscl_init.h</a></li>
</ul>
</div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: CORE_9.004.1.1 </small>
</small></address>
</body>
</html>