Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 626e7b9df2c26f4a1ac4abc5819592a1 > files > 164

atlascpp-devel-0.6.2-1.fc15.i686.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>Atlas-C++: Atlas::Negotiate 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.7.4 -->
<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">Atlas-C++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</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 id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespace_atlas.html">Atlas</a>      </li>
      <li class="navelem"><a class="el" href="class_atlas_1_1_negotiate.html">Negotiate</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a>  </div>
  <div class="headertitle">
<div class="title">Atlas::Negotiate Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="Atlas::Negotiate" -->
<p>Negotiation of codecs and filters for an <a class="el" href="namespace_atlas.html" title="The Atlas namespace.">Atlas</a> connection.  
 <a href="class_atlas_1_1_negotiate.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="_negotiate_8h_source.html">Negotiate.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for Atlas::Negotiate:</div>
<div class="dyncontent">
 <div class="center">
  <img src="class_atlas_1_1_negotiate.png" usemap="#Atlas::Negotiate_map" alt=""/>
  <map id="Atlas::Negotiate_map" name="Atlas::Negotiate_map">
<area href="class_atlas_1_1_net_1_1_stream_accept.html" title="Negotiation of servers accepting a connection from a remote system." alt="Atlas::Net::StreamAccept" shape="rect" coords="0,56,157,80"/>
<area href="class_atlas_1_1_net_1_1_stream_connect.html" title="Negotiation of clients building a connection to a remote system." alt="Atlas::Net::StreamConnect" shape="rect" coords="167,56,324,80"/>
</map>
 </div></div>

<p><a href="class_atlas_1_1_negotiate-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><b>State</b> { <b>IN_PROGRESS</b>, 
<b>SUCCEEDED</b>, 
<b>FAILED</b>
 }</td></tr>
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a362a148fbc2f8e63f9219f78841f2028"></a><!-- doxytag: member="Atlas::Negotiate::getState" ref="a362a148fbc2f8e63f9219f78841f2028" args="()=0" -->
virtual State&#160;</td><td class="memItemRight" valign="bottom"><b>getState</b> ()=0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afb71cb0f1b176f1684d85578a1ffafdf"></a><!-- doxytag: member="Atlas::Negotiate::getCodec" ref="afb71cb0f1b176f1684d85578a1ffafdf" args="(Bridge &amp;)=0" -->
virtual <a class="el" href="class_atlas_1_1_codec.html">Codec</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>getCodec</b> (<a class="el" href="class_atlas_1_1_bridge.html">Bridge</a> &amp;)=0</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afcc45b6469a0555bffa7a9614f783b6b"></a><!-- doxytag: member="Atlas::Negotiate::poll" ref="afcc45b6469a0555bffa7a9614f783b6b" args="(bool can_get=true)=0" -->
virtual void&#160;</td><td class="memItemRight" valign="bottom"><b>poll</b> (bool can_get=true)=0</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Negotiation of codecs and filters for an <a class="el" href="namespace_atlas.html" title="The Atlas namespace.">Atlas</a> connection. </p>
<p>non blocking negotiation of Codecs and Filters requires a list of avalable Codecs and Filters, along with the name of sender and a Socket</p>
<dl class="see"><dt><b>See also:</b></dt><dd>Connection </dd>
<dd>
<a class="el" href="class_atlas_1_1_codec.html" title="Atlas stream codec.">Codec</a> </dd>
<dd>
<a class="el" href="class_atlas_1_1_filter.html" title="Atlas stream filter.">Filter</a> </dd></dl>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="_negotiate_8h_source.html">Negotiate.h</a></li>
</ul>
</div>
<HR>
<P>Copyright 2000-2004 the respective authors.</P>
<P>This document can be licensed under the terms of the GNU Free Documentation
License or the GNU General Public License and may be freely distributed under
the terms given by one of these licenses.</P>