Sophie

Sophie

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

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: mb_runtime_nop Class 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('classmb__runtime__nop.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a>  </div>
  <div class="headertitle">
<h1>mb_runtime_nop Class Reference</h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="mb_runtime_nop" --><!-- doxytag: inherits="mb_runtime_base" -->
<p>Concrete runtime that does nothing. Used only during early QA tests.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="mb__runtime__nop_8h_source.html">mb_runtime_nop.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for mb_runtime_nop:</div>
<div class="dyncontent">
<div class="center"><img src="classmb__runtime__nop__inherit__graph.png" border="0" usemap="#mb__runtime__nop_inherit__map" alt="Inheritance graph"/></div>
<map name="mb__runtime__nop_inherit__map" id="mb__runtime__nop_inherit__map">
<area shape="rect" id="node2" href="classmb__runtime__base.html" title="mb_runtime_base" alt="" coords="5,83,131,112"/><area shape="rect" id="node4" href="classmb__runtime.html" title="Abstract runtime support for m&#45;blocks." alt="" coords="23,5,113,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classmb__runtime__nop-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmb__runtime__nop.html#a53e7a83f6c429fdc5e4f7857528a4331">mb_runtime_nop</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmb__runtime__nop.html#a6361afa8dd3e35ad8eaf43f3e479e0f6">~mb_runtime_nop</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="gc__types_8h.html#a0f2b5d454b7e4dda3861032cfce91085">bool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmb__runtime__nop.html#a720f923c056c9571220152c42be90946">run</a> (const std::string &amp;instance_name, const std::string &amp;class_name, <a class="el" href="classboost_1_1shared__ptr.html">pmt_t</a> user_arg, <a class="el" href="classboost_1_1shared__ptr.html">pmt_t</a> *result)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct and run the specified mblock hierarchy.  <a href="#a720f923c056c9571220152c42be90946"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classboost_1_1shared__ptr.html">mb_mblock_sptr</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmb__runtime__nop.html#a61e1865ac23b9d049622fe56113d5474">create_component</a> (const std::string &amp;instance_name, const std::string &amp;class_name, <a class="el" href="classboost_1_1shared__ptr.html">pmt_t</a> user_arg)</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Concrete runtime that does nothing. Used only during early QA tests. </p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a53e7a83f6c429fdc5e4f7857528a4331"></a><!-- doxytag: member="mb_runtime_nop::mb_runtime_nop" ref="a53e7a83f6c429fdc5e4f7857528a4331" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">mb_runtime_nop::mb_runtime_nop </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<a class="anchor" id="a6361afa8dd3e35ad8eaf43f3e479e0f6"></a><!-- doxytag: member="mb_runtime_nop::~mb_runtime_nop" ref="a6361afa8dd3e35ad8eaf43f3e479e0f6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">mb_runtime_nop::~mb_runtime_nop </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a61e1865ac23b9d049622fe56113d5474"></a><!-- doxytag: member="mb_runtime_nop::create_component" ref="a61e1865ac23b9d049622fe56113d5474" args="(const std::string &amp;instance_name, const std::string &amp;class_name, pmt_t user_arg)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classboost_1_1shared__ptr.html">mb_mblock_sptr</a> mb_runtime_nop::create_component </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>instance_name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>class_name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classboost_1_1shared__ptr.html">pmt_t</a>&#160;</td>
          <td class="paramname"><em>user_arg</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Implements <a class="el" href="classmb__runtime__base.html#a0ae17910d65487595d86168fd55c18b2">mb_runtime_base</a>.</p>

</div>
</div>
<a class="anchor" id="a720f923c056c9571220152c42be90946"></a><!-- doxytag: member="mb_runtime_nop::run" ref="a720f923c056c9571220152c42be90946" args="(const std::string &amp;instance_name, const std::string &amp;class_name, pmt_t user_arg, pmt_t *result)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="gc__types_8h.html#a0f2b5d454b7e4dda3861032cfce91085">bool</a> mb_runtime_nop::run </td>
          <td>(</td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>instance_name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::string &amp;&#160;</td>
          <td class="paramname"><em>class_name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classboost_1_1shared__ptr.html">pmt_t</a>&#160;</td>
          <td class="paramname"><em>user_arg</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classboost_1_1shared__ptr.html">pmt_t</a> *&#160;</td>
          <td class="paramname"><em>result</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Construct and run the specified mblock hierarchy. </p>
<p>This routine turns into the m-block scheduler, and blocks until the system is shutdown.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">instance_name</td><td>name of the top-level mblock (conventionally "top") </td></tr>
    <tr><td class="paramname">class_name</td><td>The class of the top-level mblock to create. </td></tr>
    <tr><td class="paramname">user_arg</td><td>The argument to pass to the top-level mblock constructor </td></tr>
    <tr><td class="paramname">result</td><td>The value passed to shutdown_all.</td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the system ran successfully. </dd></dl>

<p>Implements <a class="el" href="classmb__runtime.html#ab197730ccb786c72e00d048b6e9f8122">mb_runtime</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="mb__runtime__nop_8h_source.html">mb_runtime_nop.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="classmb__runtime__nop.html">mb_runtime_nop</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>