Home | History | Annotate | Download | only in pv2way_html
      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>pv_2way_engine_factory.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> &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>
      9 <hr><h1>pv_2way_engine_factory.h</h1><a href="pv__2way__engine__factory_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef PV_2WAY_ENGINE_FACTORY_H_INCLUDED</span>
     10 00002 <span class="preprocessor"></span><span class="preprocessor">#define PV_2WAY_ENGINE_FACTORY_H_INCLUDED</span>
     11 00003 <span class="preprocessor"></span>
     12 00004 <span class="preprocessor">#ifndef PV_2WAY_BASIC_TYPES_H_INCLUDED</span>
     13 00005 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="pv__2way__basic__types_8h.html">pv_2way_basic_types.h</a>"</span>
     14 00006 <span class="preprocessor">#endif</span>
     15 00007 <span class="preprocessor"></span>
     16 00008 <span class="keyword">class </span>PVCommandStatusObserver;
     17 00009 <span class="keyword">class </span>PVInformationalEventObserver;
     18 00010 <span class="keyword">class </span>PVErrorEventObserver;
     19 00011 <span class="keyword">class </span><a class="code" href="classCPV2WayInterface.html">CPV2WayInterface</a>;
     20 00012 
     21 <a name="l00013"></a><a class="code" href="classCPV2WayEngineFactory.html">00013</a> <span class="keyword">class </span><a class="code" href="classCPV2WayEngineFactory.html">CPV2WayEngineFactory</a>
     22 00014 {
     23 00015     <span class="keyword">public</span>:
     24 00016         OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCPV2WayEngineFactory.html#d0">Init</a>();
     25 00017 
     26 00018         OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCPV2WayEngineFactory.html#d1">Cleanup</a>();
     27 00019 
     28 00031         OSCL_IMPORT_REF <span class="keyword">static</span> <a class="code" href="classCPV2WayInterface.html">CPV2WayInterface</a> *<a class="code" href="classCPV2WayEngineFactory.html#d2">CreateTerminal</a>(<a class="code" href="pv__2way__basic__types_8h.html#a4">PV2WayTerminalType</a> aTerminalType,
     29 00032                 PVCommandStatusObserver* aCmdStatusObserver,
     30 00033                 PVInformationalEventObserver *aInfoEventObserver,
     31 00034                 PVErrorEventObserver *aErrorEventObserver);
     32 00035 
     33 00045         OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCPV2WayEngineFactory.html#d3">DeleteTerminal</a>(<a class="code" href="classCPV2WayInterface.html">CPV2WayInterface</a>* terminal);
     34 00046 };
     35 00047 
     36 00048 <span class="preprocessor">#endif // PV_2WAY_ENGINE_FACTORY_H_INCLUDED</span>
     37 </pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>PV2Way Engine</small>
     38 <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
     39 </small></address>
     40 </body>
     41 </html>
     42