Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 6e7a2755bd78c9deedab199b86e675f3 > files > 5362

gnuradio-doc-3.2.2-9.fc14.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: gr_top_block_impl.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">GNU Radio 3.2.2 C++ API</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('gr__top__block__impl_8h.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#typedef-members">Typedefs</a>  </div>
  <div class="headertitle">
<h1>gr_top_block_impl.h File Reference</h1>  </div>
</div>
<div class="contents">
<div class="textblock"><code>#include &lt;<a class="el" href="gr__scheduler_8h_source.html">gr_scheduler.h</a>&gt;</code><br/>
<code>#include &lt;boost/thread.hpp&gt;</code><br/>
</div><div class="textblock"><div class="dynheader">
Include dependency graph for gr_top_block_impl.h:</div>
<div class="dyncontent">
<div class="center"><img src="gr__top__block__impl_8h__incl.png" border="0" usemap="#gr__top__block__impl_8h" alt=""/></div>
<map name="gr__top__block__impl_8h" id="gr__top__block__impl_8h">
<area shape="rect" id="node3" href="gr__scheduler_8h.html" title="gr_scheduler.h" alt="" coords="247,83,353,112"/><area shape="rect" id="node7" href="gr__block_8h.html" title="gr_block.h" alt="" coords="259,237,341,267"/><area shape="rect" id="node32" href="gr__flat__flowgraph_8h.html" title="gr_flat_flowgraph.h" alt="" coords="337,160,468,189"/><area shape="rect" id="node9" href="gr__basic__block_8h.html" title="gr_basic_block.h" alt="" coords="240,315,360,344"/><area shape="rect" id="node11" href="gr__runtime__types_8h.html" title="gr_runtime_types.h" alt="" coords="132,392,265,421"/><area shape="rect" id="node25" href="gr__sptr__magic_8h_source.html" title="gr_sptr_magic.h" alt="" coords="21,469,136,499"/><area shape="rect" id="node13" href="gr__types_8h.html" title="gr_types.h" alt="" coords="161,469,244,499"/><area shape="rect" id="node21" href="gr__complex_8h.html" title="gr_complex.h" alt="" coords="349,547,448,576"/><area shape="rect" id="node34" href="gr__flowgraph_8h.html" title="gr_flowgraph.h" alt="" coords="365,237,472,267"/></map>
</div>
</div>
<p><a href="gr__top__block__impl_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__top__block__impl.html">gr_top_block_impl</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Abstract implementation details of <a class="el" href="classgr__top__block.html" title="Top-level hierarchical block representing a flowgraph.">gr_top_block</a>The actual implementation of <a class="el" href="classgr__top__block.html" title="Top-level hierarchical block representing a flowgraph.">gr_top_block</a>. Separate class allows decoupling of changes from dependent classes.  <a href="classgr__top__block__impl.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef boost::mutex&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="gr__top__block__impl_8h.html#adb6f320248d1d0d891f6962a909dc7a6">gr_mutex</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef boost::lock_guard<br class="typebreak"/>
&lt; boost::mutex &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="gr__top__block__impl_8h.html#aef88ff9ed7718389ed1672d669affb7e">gr_lock_guard</a></td></tr>
</table>
<hr/><h2>Typedef Documentation</h2>
<a class="anchor" id="aef88ff9ed7718389ed1672d669affb7e"></a><!-- doxytag: member="gr_top_block_impl.h::gr_lock_guard" ref="aef88ff9ed7718389ed1672d669affb7e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef boost::lock_guard&lt;boost::mutex&gt; <a class="el" href="gr__top__block__impl_8h.html#aef88ff9ed7718389ed1672d669affb7e">gr_lock_guard</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<a class="anchor" id="adb6f320248d1d0d891f6962a909dc7a6"></a><!-- doxytag: member="gr_top_block_impl.h::gr_mutex" ref="adb6f320248d1d0d891f6962a909dc7a6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef boost::mutex <a class="el" href="gr__top__block__impl_8h.html#adb6f320248d1d0d891f6962a909dc7a6">gr_mutex</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="gr__top__block__impl_8h.html">gr_top_block_impl.h</a>      </li>
      <li class="footer">Generated on Thu Feb 17 2011 for GNU Radio 3.2.2 C++ API by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
    </ul>
  </div>

</body>
</html>