root/doc/html/classitpp_1_1Front__Drop__Queue.html @ 353

Revision 353, 7.4 kB (checked in by smidl, 16 years ago)

doc

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: itpp::Front_Drop_Queue Class Reference</title>
4<link href="tabs.css" rel="stylesheet" type="text/css">
5<link href="doxygen.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.8 -->
8<script type="text/javascript">
9<!--
10function changeDisplayState (e){
11  var num=this.id.replace(/[^[0-9]/g,'');
12  var button=this.firstChild;
13  var sectionDiv=document.getElementById('dynsection'+num);
14  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
15    sectionDiv.style.display='block';
16    button.src='open.gif';
17  }else{
18    sectionDiv.style.display='none';
19    button.src='closed.gif';
20  }
21}
22function initDynSections(){
23  var divs=document.getElementsByTagName('div');
24  var sectionCounter=1;
25  for(var i=0;i<divs.length-1;i++){
26    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
27      var header=divs[i];
28      var section=divs[i+1];
29      var button=header.firstChild;
30      if (button!='IMG'){
31        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
32        button=document.createElement('img');
33        divs[i].insertBefore(button,divs[i].firstChild);
34      }
35      header.style.cursor='pointer';
36      header.onclick=changeDisplayState;
37      header.id='dynheader'+sectionCounter;
38      button.src='closed.gif';
39      section.id='dynsection'+sectionCounter;
40      section.style.display='none';
41      section.style.marginLeft='14px';
42      sectionCounter++;
43    }
44  }
45}
46window.onload = initDynSections;
47-->
48</script>
49<div class="navigation" id="top">
50  <div class="tabs">
51    <ul>
52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
53      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
54      <li><a href="modules.html"><span>Modules</span></a></li>
55      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
56      <li><a href="files.html"><span>Files</span></a></li>
57    </ul>
58  </div>
59  <div class="tabs">
60    <ul>
61      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
62      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
63      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
64      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
65    </ul>
66  </div>
67  <div class="navpath"><b>itpp</b>::<a class="el" href="classitpp_1_1Front__Drop__Queue.html">Front_Drop_Queue</a>
68  </div>
69</div>
70<div class="contents">
71<h1>itpp::Front_Drop_Queue Class Reference<br>
72<small>
73[<a class="el" href="group__protocol.html">Protocols Module</a>]</small>
74</h1><!-- doxytag: class="itpp::Front_Drop_Queue" -->ADD DOCUMENTATION HERE. 
75<a href="#_details">More...</a>
76<p>
77<code>#include &lt;<a class="el" href="front__drop__queue_8h-source.html">front_drop_queue.h</a>&gt;</code>
78<p>
79
80<p>
81<a href="classitpp_1_1Front__Drop__Queue-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
82<tr><td></td></tr>
83<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
84<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="71817f6e6ef4f81a6c0c2f6f82a37242"></a><!-- doxytag: member="itpp::Front_Drop_Queue::Front_Drop_Queue" ref="71817f6e6ef4f81a6c0c2f6f82a37242" args="(const int max_bytes=DEFAULT_MAX_BYTES_IN_QUEUE)" -->
85&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Front__Drop__Queue.html#71817f6e6ef4f81a6c0c2f6f82a37242">Front_Drop_Queue</a> (const int max_bytes=DEFAULT_MAX_BYTES_IN_QUEUE)</td></tr>
86
87<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ADD DOCUMENTATION HERE. <br></td></tr>
88<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="aef4fba0d5bd35d9e501f1e1c8722703"></a><!-- doxytag: member="itpp::Front_Drop_Queue::set_debug" ref="aef4fba0d5bd35d9e501f1e1c8722703" args="(const bool enable_debug=true)" -->
89void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Front__Drop__Queue.html#aef4fba0d5bd35d9e501f1e1c8722703">set_debug</a> (const bool enable_debug=true)</td></tr>
90
91<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ADD DOCUMENTATION HERE. <br></td></tr>
92<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6c065bc1b104306b8a659f50ffaf3ce0"></a><!-- doxytag: member="itpp::Front_Drop_Queue::push" ref="6c065bc1b104306b8a659f50ffaf3ce0" args="(Packet *packet)" -->
93void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Front__Drop__Queue.html#6c065bc1b104306b8a659f50ffaf3ce0">push</a> (<a class="el" href="classitpp_1_1Packet.html">Packet</a> *packet)</td></tr>
94
95<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ADD DOCUMENTATION HERE. <br></td></tr>
96<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="494fd290edf625e35f88a24ef3768a87"></a><!-- doxytag: member="itpp::Front_Drop_Queue::pop" ref="494fd290edf625e35f88a24ef3768a87" args="()" -->
97void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Front__Drop__Queue.html#494fd290edf625e35f88a24ef3768a87">pop</a> ()</td></tr>
98
99<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ADD DOCUMENTATION HERE. <br></td></tr>
100<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8979aadfadd56add978c181a9970fc4d"></a><!-- doxytag: member="itpp::Front_Drop_Queue::set_max_byte_size" ref="8979aadfadd56add978c181a9970fc4d" args="(int max_bytes)" -->
101void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Front__Drop__Queue.html#8979aadfadd56add978c181a9970fc4d">set_max_byte_size</a> (int max_bytes)</td></tr>
102
103<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ADD DOCUMENTATION HERE. <br></td></tr>
104<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f2f0e20b7b8fb3a3bee82ef666ccb50e"></a><!-- doxytag: member="itpp::Front_Drop_Queue::max_byte_size" ref="f2f0e20b7b8fb3a3bee82ef666ccb50e" args="()" -->
105int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Front__Drop__Queue.html#f2f0e20b7b8fb3a3bee82ef666ccb50e">max_byte_size</a> ()</td></tr>
106
107<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ADD DOCUMENTATION HERE. <br></td></tr>
108<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5b2bc4caacf5ada02208db0e5f9f4362"></a><!-- doxytag: member="itpp::Front_Drop_Queue::byte_size" ref="5b2bc4caacf5ada02208db0e5f9f4362" args="()" -->
109int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Front__Drop__Queue.html#5b2bc4caacf5ada02208db0e5f9f4362">byte_size</a> ()</td></tr>
110
111<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">ADD DOCUMENTATION HERE. <br></td></tr>
112</table>
113<hr><a name="_details"></a><h2>Detailed Description</h2>
114ADD DOCUMENTATION HERE. <hr>The documentation for this class was generated from the following files:<ul>
115<li><a class="el" href="front__drop__queue_8h-source.html">front_drop_queue.h</a><li><a class="el" href="front__drop__queue_8cpp.html">front_drop_queue.cpp</a></ul>
116</div>
117<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:19 2009 for mixpp by&nbsp;
118<a href="http://www.doxygen.org/index.html">
119<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
120</body>
121</html>
Note: See TracBrowser for help on using the browser.