ref/c/common_8h.html in ruby-vpi-16.0.0 vs ref/c/common_8h.html in ruby-vpi-16.0.1

- old
+ new

@@ -2,11 +2,11 @@ <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>Ruby-VPI: common.h File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> -<!-- Generated by Doxygen 1.4.7 --> +<!-- Generated by Doxygen 1.5.1 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li> <li id="current"><a href="files.html"><span>Files</span></a></li> @@ -21,16 +21,16 @@ <code>#include &lt;stddef.h&gt;</code><br> <code>#include &quot;<a class="el" href="verilog_8h.html">verilog.h</a>&quot;</code><br> <table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Defines</h2></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common_printf</a>()&nbsp;&nbsp;&nbsp;vpi_printf(&quot;Ruby-VPI: &quot;); vpi_printf(__VA_ARGS__); vpi_printf(&quot;\n&quot;);</td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#a2ee406785247606fd3daddbed14cbaf">common_printf</a>(...)&nbsp;&nbsp;&nbsp;vpi_printf(&quot;Ruby-VPI: &quot;); vpi_printf(__VA_ARGS__); vpi_printf(&quot;\n&quot;);</td></tr> -<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A wrapper for vpi_printf() which marks the given message as being emitted from Ruby-VPI and ends the message with a new line. <a href="#88235e5f8aab82571d68045e9f73fe81"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#fcdad79cb06a5c61737b2f434218dc95">common_debug</a>()</td></tr> +<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A wrapper for vpi_printf() which marks the given message as being emitted from Ruby-VPI and ends the message with a new line. <a href="#a2ee406785247606fd3daddbed14cbaf"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#b893acfcde84304686f3726f7949a84a">common_debug</a>(...)</td></tr> -<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A wrapper for <a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common_printf()</a> which marks the given message as being debugging output. <a href="#fcdad79cb06a5c61737b2f434218dc95"></a><br></td></tr> +<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A wrapper for <a class="el" href="common_8h.html#a2ee406785247606fd3daddbed14cbaf">common_printf()</a> which marks the given message as being debugging output. <a href="#b893acfcde84304686f3726f7949a84a"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#f30d3fc89fbb3ed2aab2f5904ab76815">common_boolToStr</a>(aBoolExpr)&nbsp;&nbsp;&nbsp;( (aBoolExpr) ? &quot;true&quot; : &quot;false&quot; )</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the string "true" if the given boolean expression is true. <a href="#f30d3fc89fbb3ed2aab2f5904ab76815"></a><br></td></tr> <tr><td colspan="2"><br><h2>Enumerations</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">bool</a> { <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c">false</a> = 0, @@ -63,40 +63,40 @@ Returns the string "true" if the given boolean expression is true. <p> Otherwise returns the string "false". </div> </div><p> -<a class="anchor" name="fcdad79cb06a5c61737b2f434218dc95"></a><!-- doxytag: member="common.h::common_debug" ref="fcdad79cb06a5c61737b2f434218dc95" args="()" --> +<a class="anchor" name="b893acfcde84304686f3726f7949a84a"></a><!-- doxytag: member="common.h::common_debug" ref="b893acfcde84304686f3726f7949a84a" args="(...)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define common_debug </td> <td>(</td> -&nbsp;</td> + <td class="paramtype"> <em>...</em>&nbsp;</td> <td class="paramname"> </td> <td>&nbsp;)&nbsp;</td> <td width="100%"></td> </tr> </table> </div> <div class="memdoc"> <p> -A wrapper for <a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common_printf()</a> which marks the given message as being debugging output. +A wrapper for <a class="el" href="common_8h.html#a2ee406785247606fd3daddbed14cbaf">common_printf()</a> which marks the given message as being debugging output. <p> </div> </div><p> -<a class="anchor" name="88235e5f8aab82571d68045e9f73fe81"></a><!-- doxytag: member="common.h::common_printf" ref="88235e5f8aab82571d68045e9f73fe81" args="()" --> +<a class="anchor" name="a2ee406785247606fd3daddbed14cbaf"></a><!-- doxytag: member="common.h::common_printf" ref="a2ee406785247606fd3daddbed14cbaf" args="(...)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">#define common_printf </td> <td>(</td> -&nbsp;</td> + <td class="paramtype"> <em>...</em>&nbsp;</td> <td class="paramname"> </td> <td>&nbsp;)&nbsp;</td> <td width="100%">&nbsp;&nbsp;&nbsp;vpi_printf(&quot;Ruby-VPI: &quot;); vpi_printf(__VA_ARGS__); vpi_printf(&quot;\n&quot;);</td> </tr> </table> @@ -138,10 +138,10 @@ </table> </dl> </div> </div><p> -<hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp; +<hr size="1"><address style="align: right;"><small>Generated on Sun May 27 14:47:36 2007 for Ruby-VPI by&nbsp; <a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address> +<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> </body> </html>