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>PV2Way324InitInfo class Reference</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="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>PV2Way324InitInfo Class Reference</h1><code>#include <<a class="el" href="pv__2way__h324m__types_8h-source.html">pv_2way_h324m_types.h</a>></code> 10<p> 11<p>Inheritance diagram for PV2Way324InitInfo: 12<p><center><img src="classPV2Way324InitInfo.png" usemap="#PV2Way324InitInfo_map" border="0" alt=""></center> 13<map name="PV2Way324InitInfo_map"> 14<area href="classPV2WayInitInfo.html" alt="PV2WayInitInfo" shape="rect" coords="0,0,119,24"> 15</map> 16<table border=0 cellpadding=0 cellspacing=0> 17<tr><td></td></tr> 18<tr><td colspan=2><br><h2>Public Methods</h2></td></tr> 19<tr><td nowrap align=right valign=top>virtual void </td><td valign=bottom><a class="el" href="classPV2Way324InitInfo.html#a0">GetInitInfoClassName</a> (OSCL_wString &aClassName)</td></tr> 20<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="classPV2Way324InitInfo.html#a1">PV2Way324InitInfo</a> ()</td></tr> 21<tr><td nowrap align=right valign=top>virtual </td><td valign=bottom><a class="el" href="classPV2Way324InitInfo.html#a2">~PV2Way324InitInfo</a> ()</td></tr> 22<tr><td colspan=2><br><h2>Data Fields</h2></td></tr> 23<tr><td nowrap align=right valign=top>uint16 </td><td valign=bottom><a class="el" href="classPV2Way324InitInfo.html#m0">iMultiplexingDelayMs</a></td></tr> 24</table> 25<hr><a name="_details"></a><h2>Detailed Description</h2> 26PV2Way324InitInfo Class 27<p> 28PV2Way324InitInfo implements the PV2Way324InitInfo interface and is used for 324M specific initialization. 29<p> 30<hr><h2>Constructor & Destructor Documentation</h2> 31<a name="a1" doxytag="PV2Way324InitInfo::PV2Way324InitInfo"></a><p> 32<table width="100%" cellpadding="2" cellspacing="0" border="0"> 33 <tr> 34 <td class="md"> 35 <table cellpadding="0" cellspacing="0" border="0"> 36 <tr> 37 <td class="md" nowrap valign="top"> PV2Way324InitInfo::PV2Way324InitInfo </td> 38 <td class="md" valign="top">( </td> 39 <td class="mdname1" valign="top" nowrap> </td> 40 <td class="md" valign="top">) </td> 41 <td class="md" nowrap><code> [inline]</code></td> 42 </tr> 43 44 </table> 45 </td> 46 </tr> 47</table> 48<table cellspacing=5 cellpadding=0 border=0> 49 <tr> 50 <td> 51 52 </td> 53 <td> 54 55<p> 56 </td> 57 </tr> 58</table> 59<a name="a2" doxytag="PV2Way324InitInfo::~PV2Way324InitInfo"></a><p> 60<table width="100%" cellpadding="2" cellspacing="0" border="0"> 61 <tr> 62 <td class="md"> 63 <table cellpadding="0" cellspacing="0" border="0"> 64 <tr> 65 <td class="md" nowrap valign="top"> virtual PV2Way324InitInfo::~PV2Way324InitInfo </td> 66 <td class="md" valign="top">( </td> 67 <td class="mdname1" valign="top" nowrap> </td> 68 <td class="md" valign="top">) </td> 69 <td class="md" nowrap><code> [inline, virtual]</code></td> 70 </tr> 71 72 </table> 73 </td> 74 </tr> 75</table> 76<table cellspacing=5 cellpadding=0 border=0> 77 <tr> 78 <td> 79 80 </td> 81 <td> 82 83<p> 84 </td> 85 </tr> 86</table> 87<hr><h2>Member Function Documentation</h2> 88<a name="a0" doxytag="PV2Way324InitInfo::GetInitInfoClassName"></a><p> 89<table width="100%" cellpadding="2" cellspacing="0" border="0"> 90 <tr> 91 <td class="md"> 92 <table cellpadding="0" cellspacing="0" border="0"> 93 <tr> 94 <td class="md" nowrap valign="top"> virtual void PV2Way324InitInfo::GetInitInfoClassName </td> 95 <td class="md" valign="top">( </td> 96 <td class="md" nowrap valign="top">OSCL_wString & </td> 97 <td class="mdname1" valign="top" nowrap> <em>aClassName</em> </td> 98 <td class="md" valign="top">) </td> 99 <td class="md" nowrap><code> [inline, virtual]</code></td> 100 </tr> 101 102 </table> 103 </td> 104 </tr> 105</table> 106<table cellspacing=5 cellpadding=0 border=0> 107 <tr> 108 <td> 109 110 </td> 111 <td> 112 113<p> 114Retrieves the class name<dl compact><dt><b>Parameters: </b></dt><dd> 115<table border=0 cellspacing=2 cellpadding=0> 116<tr><td valign=top><em>aClassName</em> </td><td> 117A reference to an OSCL_wString, which is to hold the subclass name, this class will assign the string "CPV2Way324InitInfo" </td></tr> 118</table> 119</dl><dl compact><dt><b>Returns: </b></dt><dd> 120void </dl> 121<p> 122Implements <a class="el" href="classPV2WayInitInfo.html#a0">PV2WayInitInfo</a>. </td> 123 </tr> 124</table> 125<hr><h2>Field Documentation</h2> 126<a name="m0" doxytag="PV2Way324InitInfo::iMultiplexingDelayMs"></a><p> 127<table width="100%" cellpadding="2" cellspacing="0" border="0"> 128 <tr> 129 <td class="md"> 130 <table cellpadding="0" cellspacing="0" border="0"> 131 <tr> 132 <td class="md" nowrap valign="top"> uint16 PV2Way324InitInfo::iMultiplexingDelayMs 133 </table> 134 </td> 135 </tr> 136</table> 137<table cellspacing=5 cellpadding=0 border=0> 138 <tr> 139 <td> 140 141 </td> 142 <td> 143 144<p> 145The Multiplexing delay in Milliseconds </td> 146 </tr> 147</table> 148<hr>The documentation for this class was generated from the following file:<ul> 149<li><a class="el" href="pv__2way__h324m__types_8h-source.html">pv_2way_h324m_types.h</a></ul> 150<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>PV2Way Engine</small> 151<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 152</small></address> 153</body> 154</html> 155