Sophie

Sophie

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

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::CLAParamsSetEvent 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_1CLAParamsSetEvent.html">CLAParamsSetEvent</a>
  </div>
</div>
<div class="contents">
<h1>dtn::CLAParamsSetEvent Class Reference</h1><!-- doxytag: class="dtn::CLAParamsSetEvent" --><!-- doxytag: inherits="dtn::BundleEvent" -->Event class for CLA parameter change request completion events.  
<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::CLAParamsSetEvent:</div>
<div class="dynsection">

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

<p>
<a href="classdtn_1_1CLAParamsSetEvent-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_1CLAParamsSetEvent.html#35176765762d721b6c1282a247b202d5">CLAParamsSetEvent</a> (<a class="el" href="classdtn_1_1ConvergenceLayer.html">ConvergenceLayer</a> *cla, std::string name)</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">CL that changed.  <a href="#35176765762d721b6c1282a247b202d5"></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="classdtn_1_1ConvergenceLayer.html">ConvergenceLayer</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdtn_1_1CLAParamsSetEvent.html#a41d67a26026b541ea61adad211618f4">cla_</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Name of CL (if cla_ is External).  <a href="#a41d67a26026b541ea61adad211618f4"></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_1CLAParamsSetEvent.html#d5948e6ca9275e1320309700ab062bc0">name_</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Event class for CLA parameter change request completion events. 
<p>Definition at line <a class="el" href="BundleEvent_8h-source.html#l01264">1264</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="35176765762d721b6c1282a247b202d5"></a><!-- doxytag: member="dtn::CLAParamsSetEvent::CLAParamsSetEvent" ref="35176765762d721b6c1282a247b202d5" args="(ConvergenceLayer *cla, std::string name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">dtn::CLAParamsSetEvent::CLAParamsSetEvent           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classdtn_1_1ConvergenceLayer.html">ConvergenceLayer</a> *&nbsp;</td>
          <td class="paramname"> <em>cla</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::string&nbsp;</td>
          <td class="paramname"> <em>name</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>
CL that changed. 
<p>

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

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="a41d67a26026b541ea61adad211618f4"></a><!-- doxytag: member="dtn::CLAParamsSetEvent::cla_" ref="a41d67a26026b541ea61adad211618f4" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classdtn_1_1ConvergenceLayer.html">ConvergenceLayer</a>* <a class="el" href="classdtn_1_1CLAParamsSetEvent.html#a41d67a26026b541ea61adad211618f4">dtn::CLAParamsSetEvent::cla_</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Name of CL (if cla_ is External). 
<p>

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

</div>
</div><p>
<a class="anchor" name="d5948e6ca9275e1320309700ab062bc0"></a><!-- doxytag: member="dtn::CLAParamsSetEvent::name_" ref="d5948e6ca9275e1320309700ab062bc0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::string <a class="el" href="classdtn_1_1CLAParamsSetEvent.html#d5948e6ca9275e1320309700ab062bc0">dtn::CLAParamsSetEvent::name_</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="BundleEvent_8h-source.html#l01273">1273</a> of file <a class="el" href="BundleEvent_8h-source.html">BundleEvent.h</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>