Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > d9faa203c2b0b6fbb179d93daaea81b7 > files > 874

libdtn-devel-2.6.0-1mdv2009.0.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::BundleCancelRequest Class 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.5.6 -->
<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_1BundleCancelRequest.html">BundleCancelRequest</a>
  </div>
</div>
<div class="contents">
<h1>dtn::BundleCancelRequest Class Reference</h1><!-- doxytag: class="dtn::BundleCancelRequest" --><!-- doxytag: inherits="dtn::BundleEvent" --><code>#include &lt;<a class="el" href="BundleEvent_8h-source.html">BundleEvent.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for dtn::BundleCancelRequest:</div>
<div class="dynsection">

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

<p>
<a href="classdtn_1_1BundleCancelRequest-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
Event class for canceling a bundle transmission. 
<p>Definition at line <a class="el" href="BundleEvent_8h-source.html#l00898">898</a> of file <a class="el" href="BundleEvent_8h-source.html">BundleEvent.h</a>.</p>
<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_1BundleCancelRequest.html#6977347d9c0f4ed84ff16a69456412ab">BundleCancelRequest</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdtn_1_1BundleCancelRequest.html#324e27fd470f53c841cf9e0bd9de654e">BundleCancelRequest</a> (const <a class="el" href="namespacedtn.html#87094f3b26b9f1d469e616d311ae57b1">BundleRef</a> &amp;bundle, const std::string &amp;link)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classdtn_1_1Bundle.html" title="The internal representation of a bundle.">Bundle</a> to be cancelled.  <a href="#324e27fd470f53c841cf9e0bd9de654e"></a><br></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_1BundleCancelRequest.html#2634baf38dd47b3c61e6a13df172c6a7">bundle_</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classdtn_1_1Link.html" title="Abstraction for a DTN link, i.e.">Link</a> where the bundle is destined.  <a href="#2634baf38dd47b3c61e6a13df172c6a7"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdtn_1_1BundleCancelRequest.html#8482d30afc61a89eaf7879510ae98849">link_</a></td></tr>

</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="6977347d9c0f4ed84ff16a69456412ab"></a><!-- doxytag: member="dtn::BundleCancelRequest::BundleCancelRequest" ref="6977347d9c0f4ed84ff16a69456412ab" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">dtn::BundleCancelRequest::BundleCancelRequest           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</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#l00900">900</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#l00273">dtn::BundleEvent::daemon_only_</a>.</p>

</div>
</div><p>
<a class="anchor" name="324e27fd470f53c841cf9e0bd9de654e"></a><!-- doxytag: member="dtn::BundleCancelRequest::BundleCancelRequest" ref="324e27fd470f53c841cf9e0bd9de654e" args="(const BundleRef &amp;bundle, const std::string &amp;link)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">dtn::BundleCancelRequest::BundleCancelRequest           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="namespacedtn.html#87094f3b26b9f1d469e616d311ae57b1">BundleRef</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>bundle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::string &amp;&nbsp;</td>
          <td class="paramname"> <em>link</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>
<a class="el" href="classdtn_1_1Bundle.html" title="The internal representation of a bundle.">Bundle</a> to be cancelled. 
<p>

<p>Definition at line <a class="el" href="BundleEvent_8h-source.html#l00906">906</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#l00273">dtn::BundleEvent::daemon_only_</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="2634baf38dd47b3c61e6a13df172c6a7"></a><!-- doxytag: member="dtn::BundleCancelRequest::bundle_" ref="2634baf38dd47b3c61e6a13df172c6a7" 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_1BundleCancelRequest.html#2634baf38dd47b3c61e6a13df172c6a7">dtn::BundleCancelRequest::bundle_</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<a class="el" href="classdtn_1_1Link.html" title="Abstraction for a DTN link, i.e.">Link</a> where the bundle is destined. 
<p>

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

</div>
</div><p>
<a class="anchor" name="8482d30afc61a89eaf7879510ae98849"></a><!-- doxytag: member="dtn::BundleCancelRequest::link_" ref="8482d30afc61a89eaf7879510ae98849" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::string <a class="el" href="classdtn_1_1BundleCancelRequest.html#8482d30afc61a89eaf7879510ae98849">dtn::BundleCancelRequest::link_</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="BundleEvent_8h-source.html#l00919">919</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#l01050">dtn::BundleDaemon::handle_bundle_cancel()</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 Mon Jul 21 14:09:51 2008 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.6 </small></address>
</body>
</html>