a00499.html
来自「opendds 1.2 最新版 面向分布式实时网络编程」· HTML 代码 · 共 269 行
HTML
269 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>OpenDDS: DDS::DataReaderListener Interface 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.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label> <u>S</u>earch for </label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="a01300.html">DDS</a>::<a class="el" href="a00499.html">DataReaderListener</a></div>
<h1>DDS::DataReaderListener Interface Reference</h1><!-- doxytag: class="DDS::DataReaderListener" --><!-- doxytag: inherits="DDS::Listener" --><code>import "DdsDcpsSubscription.idl";</code>
<p>
Inheritance diagram for DDS::DataReaderListener:<p><center><img src="a02605.png" border="0" usemap="#a02606" alt="Inheritance graph"></center>
<map name="a02606">
<area href="a00711.html" shape="rect" coords="5,156,187,180" alt="">
<area href="a00500.html" shape="rect" coords="211,156,477,180" alt="">
<area href="a00578.html" shape="rect" coords="501,156,920,180" alt="">
<area href="a00574.html" shape="rect" coords="288,7,400,31" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for DDS::DataReaderListener:<p><center><img src="a02607.png" border="0" usemap="#a02608" alt="Collaboration graph"></center>
<map name="a02608">
<area href="a00574.html" shape="rect" coords="44,7,156,31" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="a00261.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">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00499.html#9d8deefc3adf75a4ae706987b09284b8">on_requested_deadline_missed</a> (in <a class="el" href="a00497.html">DataReader</a> reader, in <a class="el" href="a00663.html">RequestedDeadlineMissedStatus</a> status)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00499.html#782254a122bdb2d2c392ba9789b3c495">on_requested_incompatible_qos</a> (in <a class="el" href="a00497.html">DataReader</a> reader, in <a class="el" href="a00665.html">RequestedIncompatibleQosStatus</a> status)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00499.html#86ddc147bf3ebb40ebb87a35eb689cf8">on_sample_rejected</a> (in <a class="el" href="a00497.html">DataReader</a> reader, in <a class="el" href="a00669.html">SampleRejectedStatus</a> status)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00499.html#d7ad8e6d05b9406111bfa0dc60fbaa18">on_liveliness_changed</a> (in <a class="el" href="a00497.html">DataReader</a> reader, in <a class="el" href="a00575.html">LivelinessChangedStatus</a> status)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00499.html#c8f254b7f8a825d402af63419ed0fffc">on_data_available</a> (in <a class="el" href="a00497.html">DataReader</a> reader)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00499.html#9cbf046d053c5a9c7207773b0be5c160">on_subscription_match</a> (in <a class="el" href="a00497.html">DataReader</a> reader, in <a class="el" href="a00716.html">SubscriptionMatchStatus</a> status)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00499.html#3a9ef01dd5e8b4cd860e9153265fac7a">on_sample_lost</a> (in <a class="el" href="a00497.html">DataReader</a> reader, in <a class="el" href="a00668.html">SampleLostStatus</a> status)</td></tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="c8f254b7f8a825d402af63419ed0fffc"></a><!-- doxytag: member="DDS::DataReaderListener::on_data_available" ref="c8f254b7f8a825d402af63419ed0fffc" args="(in DataReader reader)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void DDS::DataReaderListener::on_data_available </td>
<td>(</td>
<td class="paramtype">in <a class="el" href="a00497.html">DataReader</a> </td>
<td class="paramname"> <em>reader</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="d7ad8e6d05b9406111bfa0dc60fbaa18"></a><!-- doxytag: member="DDS::DataReaderListener::on_liveliness_changed" ref="d7ad8e6d05b9406111bfa0dc60fbaa18" args="(in DataReader reader, in LivelinessChangedStatus status)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void DDS::DataReaderListener::on_liveliness_changed </td>
<td>(</td>
<td class="paramtype">in <a class="el" href="a00497.html">DataReader</a> </td>
<td class="paramname"> <em>reader</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">in <a class="el" href="a00575.html">LivelinessChangedStatus</a> </td>
<td class="paramname"> <em>status</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="9d8deefc3adf75a4ae706987b09284b8"></a><!-- doxytag: member="DDS::DataReaderListener::on_requested_deadline_missed" ref="9d8deefc3adf75a4ae706987b09284b8" args="(in DataReader reader, in RequestedDeadlineMissedStatus status)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void DDS::DataReaderListener::on_requested_deadline_missed </td>
<td>(</td>
<td class="paramtype">in <a class="el" href="a00497.html">DataReader</a> </td>
<td class="paramname"> <em>reader</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">in <a class="el" href="a00663.html">RequestedDeadlineMissedStatus</a> </td>
<td class="paramname"> <em>status</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="782254a122bdb2d2c392ba9789b3c495"></a><!-- doxytag: member="DDS::DataReaderListener::on_requested_incompatible_qos" ref="782254a122bdb2d2c392ba9789b3c495" args="(in DataReader reader, in RequestedIncompatibleQosStatus status)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void DDS::DataReaderListener::on_requested_incompatible_qos </td>
<td>(</td>
<td class="paramtype">in <a class="el" href="a00497.html">DataReader</a> </td>
<td class="paramname"> <em>reader</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">in <a class="el" href="a00665.html">RequestedIncompatibleQosStatus</a> </td>
<td class="paramname"> <em>status</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="3a9ef01dd5e8b4cd860e9153265fac7a"></a><!-- doxytag: member="DDS::DataReaderListener::on_sample_lost" ref="3a9ef01dd5e8b4cd860e9153265fac7a" args="(in DataReader reader, in SampleLostStatus status)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void DDS::DataReaderListener::on_sample_lost </td>
<td>(</td>
<td class="paramtype">in <a class="el" href="a00497.html">DataReader</a> </td>
<td class="paramname"> <em>reader</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">in <a class="el" href="a00668.html">SampleLostStatus</a> </td>
<td class="paramname"> <em>status</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="86ddc147bf3ebb40ebb87a35eb689cf8"></a><!-- doxytag: member="DDS::DataReaderListener::on_sample_rejected" ref="86ddc147bf3ebb40ebb87a35eb689cf8" args="(in DataReader reader, in SampleRejectedStatus status)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void DDS::DataReaderListener::on_sample_rejected </td>
<td>(</td>
<td class="paramtype">in <a class="el" href="a00497.html">DataReader</a> </td>
<td class="paramname"> <em>reader</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">in <a class="el" href="a00669.html">SampleRejectedStatus</a> </td>
<td class="paramname"> <em>status</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="9cbf046d053c5a9c7207773b0be5c160"></a><!-- doxytag: member="DDS::DataReaderListener::on_subscription_match" ref="9cbf046d053c5a9c7207773b0be5c160" args="(in DataReader reader, in SubscriptionMatchStatus status)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void DDS::DataReaderListener::on_subscription_match </td>
<td>(</td>
<td class="paramtype">in <a class="el" href="a00497.html">DataReader</a> </td>
<td class="paramname"> <em>reader</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">in <a class="el" href="a00716.html">SubscriptionMatchStatus</a> </td>
<td class="paramname"> <em>status</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr>The documentation for this interface was generated from the following file:<ul>
<li><a class="el" href="a00866.html">DdsDcpsSubscription.idl</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Nov 7 09:37:31 2008 for OpenDDS by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?