Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > ae19f57cd4e306abd5716199a310070b > files > 3501

gnuradio-doc-3.2.2-3.fc13.x86_64.rpm

<!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>GNU Radio 3.2.2 C++ API: gc_proc_def_utils.h File 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.2 -->
<div class="contents">
<h1>gc_proc_def_utils.h File Reference</h1><code>#include &lt;<a class="el" href="gc__declare__proc_8h_source.html">gcell/gc_declare_proc.h</a>&gt;</code><br/>
<code>#include &lt;libspe2.h&gt;</code><br/>
<div class="dynheader">
Include dependency graph for gc_proc_def_utils.h:</div>
<div class="dynsection">
<div class="center"><img src="gc__proc__def__utils_8h__incl.png" border="0" usemap="#gc__proc__def__utils_8h_map" alt=""/></div>
<map name="gc__proc__def__utils_8h_map" id="gc__proc__def__utils_8h">
<area shape="rect" id="node3" href="gc__declare__proc_8h.html" title="gcell/gc_declare_proc.h" alt="" coords="16,83,173,112"/><area shape="rect" id="node7" href="gc__job__desc_8h.html" title="gcell/gc_job_desc.h" alt="" coords="81,160,217,189"/><area shape="rect" id="node9" href="gc__types_8h.html" title="gcell/gc_types.h" alt="" coords="91,237,208,267"/><area shape="rect" id="node16" href="gc__job__desc__private_8h.html" title="gcell/gc_job_desc_private.h" alt="" coords="232,237,413,267"/><area shape="rect" id="node12" href="gc__cdefs_8h.html" title="gcell/gc_cdefs.h" alt="" coords="93,315,211,344"/><area shape="rect" id="node14" href="compiler_8h.html" title="gcell/compiler.h" alt="" coords="235,315,347,344"/></map>
</div>

<p><a href="gc__proc__def__utils_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="gc__types_8h.html#a0f2b5d454b7e4dda3861032cfce91085">bool</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="gc__proc__def__utils_8h.html#a8ee6d4c48c3199ac51b83b6e08d0c16d">gcpd_find_table</a> (spe_program_handle_t *program, struct <a class="el" href="structgc__proc__def.html">gc_proc_def</a> **table, int *nentries, uint32_t *ls_addr)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">find the <a class="el" href="structgc__proc__def.html">gc_proc_def</a> table in the SPE program  <a href="#a8ee6d4c48c3199ac51b83b6e08d0c16d"></a><br/></td></tr>
</table>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="a8ee6d4c48c3199ac51b83b6e08d0c16d"></a><!-- doxytag: member="gc_proc_def_utils.h::gcpd_find_table" ref="a8ee6d4c48c3199ac51b83b6e08d0c16d" args="(spe_program_handle_t *program, struct gc_proc_def **table, int *nentries, uint32_t *ls_addr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="gc__types_8h.html#a0f2b5d454b7e4dda3861032cfce91085">bool</a> gcpd_find_table </td>
          <td>(</td>
          <td class="paramtype">spe_program_handle_t *&nbsp;</td>
          <td class="paramname"> <em>program</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">struct <a class="el" href="structgc__proc__def.html">gc_proc_def</a> **&nbsp;</td>
          <td class="paramname"> <em>table</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int *&nbsp;</td>
          <td class="paramname"> <em>nentries</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">uint32_t *&nbsp;</td>
          <td class="paramname"> <em>ls_addr</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>find the <a class="el" href="structgc__proc__def.html">gc_proc_def</a> table in the SPE program </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>program</em>&nbsp;</td><td>is the handle to the loaded SPE program </td></tr>
    <tr><td valign="top"><tt>[out]</tt>&nbsp;</td><td valign="top"><em>table</em>&nbsp;</td><td>points to the table, if it's found </td></tr>
    <tr><td valign="top"><tt>[out]</tt>&nbsp;</td><td valign="top"><em>nentries</em>&nbsp;</td><td>is set to the number of entries in the table. </td></tr>
    <tr><td valign="top"><tt>[out]</tt>&nbsp;</td><td valign="top"><em>ls_addr</em>&nbsp;</td><td>is set to the Local Store address of the table</td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>true if successful, else false </dd></dl>

</div>
</div>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
</body>
</html>