Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 29c369053a983cc5d8c880dc6e0a2237 > files > 1292

libdtn-devel-2.6.0-2mdv2009.1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>DTN Reference Implementation: dtn::ReassemblyCompletedEvent Class 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.5.8 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespacedtn.html">dtn</a>::<a class="el" href="classdtn_1_1ReassemblyCompletedEvent.html">ReassemblyCompletedEvent</a>
  </div>
</div>
<div class="contents">
<h1>dtn::ReassemblyCompletedEvent Class Reference</h1><!-- doxytag: class="dtn::ReassemblyCompletedEvent" --><!-- doxytag: inherits="dtn::BundleEvent" -->Event class for reassembly completion.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="BundleEvent_8h-source.html">BundleEvent.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for dtn::ReassemblyCompletedEvent:</div>
<div class="dynsection">

<p><center><img src="classdtn_1_1ReassemblyCompletedEvent.png" usemap="#dtn::ReassemblyCompletedEvent_map" border="0" alt=""></center>
<map name="dtn::ReassemblyCompletedEvent_map">
<area href="classdtn_1_1BundleEvent.html" alt="dtn::BundleEvent" shape="rect" coords="0,0,193,24">
</map>
</div>

<p>
<a href="classdtn_1_1ReassemblyCompletedEvent-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdtn_1_1ReassemblyCompletedEvent.html#d46cd6072f25a18bba4fdf5dca5e89fc">ReassemblyCompletedEvent</a> (<a class="el" href="classdtn_1_1Bundle.html">Bundle</a> *bundle, <a class="el" href="classdtn_1_1BundleList.html">BundleList</a> *fragments)</td></tr>

<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespacedtn.html#87094f3b26b9f1d469e616d311ae57b1">BundleRef</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdtn_1_1ReassemblyCompletedEvent.html#5085867cad4f678045621fed9c7e74ba">bundle_</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The newly reassembled bundle.  <a href="#5085867cad4f678045621fed9c7e74ba"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classdtn_1_1BundleList.html">BundleList</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdtn_1_1ReassemblyCompletedEvent.html#0ae412c91aec747a4525233f71742be6">fragments_</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The list of bundle fragments.  <a href="#0ae412c91aec747a4525233f71742be6"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Event class for reassembly completion. 
<p>Definition at line <a class="el" href="BundleEvent_8h-source.html#l00792">792</a> of file <a class="el" href="BundleEvent_8h-source.html">BundleEvent.h</a>.</p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="d46cd6072f25a18bba4fdf5dca5e89fc"></a><!-- doxytag: member="dtn::ReassemblyCompletedEvent::ReassemblyCompletedEvent" ref="d46cd6072f25a18bba4fdf5dca5e89fc" args="(Bundle *bundle, BundleList *fragments)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">dtn::ReassemblyCompletedEvent::ReassemblyCompletedEvent           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classdtn_1_1Bundle.html">Bundle</a> *&nbsp;</td>
          <td class="paramname"> <em>bundle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classdtn_1_1BundleList.html">BundleList</a> *&nbsp;</td>
          <td class="paramname"> <em>fragments</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="BundleEvent_8h-source.html#l00794">794</a> of file <a class="el" href="BundleEvent_8h-source.html">BundleEvent.h</a>.</p>

<p>References <a class="el" href="BundleEvent_8h-source.html#l00806">fragments_</a>, and <a class="el" href="BundleList_8cc-source.html#l00432">dtn::BundleList::move_contents()</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="5085867cad4f678045621fed9c7e74ba"></a><!-- doxytag: member="dtn::ReassemblyCompletedEvent::bundle_" ref="5085867cad4f678045621fed9c7e74ba" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="namespacedtn.html#87094f3b26b9f1d469e616d311ae57b1">BundleRef</a> <a class="el" href="classdtn_1_1ReassemblyCompletedEvent.html#5085867cad4f678045621fed9c7e74ba">dtn::ReassemblyCompletedEvent::bundle_</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The newly reassembled bundle. 
<p>

<p>Definition at line <a class="el" href="BundleEvent_8h-source.html#l00803">803</a> of file <a class="el" href="BundleEvent_8h-source.html">BundleEvent.h</a>.</p>

<p>Referenced by <a class="el" href="BundleDaemon_8cc-source.html#l01862">dtn::BundleDaemon::handle_reassembly_completed()</a>.</p>

</div>
</div><p>
<a class="anchor" name="0ae412c91aec747a4525233f71742be6"></a><!-- doxytag: member="dtn::ReassemblyCompletedEvent::fragments_" ref="0ae412c91aec747a4525233f71742be6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classdtn_1_1BundleList.html">BundleList</a> <a class="el" href="classdtn_1_1ReassemblyCompletedEvent.html#0ae412c91aec747a4525233f71742be6">dtn::ReassemblyCompletedEvent::fragments_</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The list of bundle fragments. 
<p>

<p>Definition at line <a class="el" href="BundleEvent_8h-source.html#l00806">806</a> of file <a class="el" href="BundleEvent_8h-source.html">BundleEvent.h</a>.</p>

<p>Referenced by <a class="el" href="BundleDaemon_8cc-source.html#l01862">dtn::BundleDaemon::handle_reassembly_completed()</a>, and <a class="el" href="BundleEvent_8h-source.html#l00794">ReassemblyCompletedEvent()</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="BundleEvent_8h-source.html">BundleEvent.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jan 30 09:27:02 2009 for DTN Reference Implementation by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>