<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>USB Host Shield 2.0: AddressPool Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="imageStyle.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">USB Host Shield 2.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> | <a href="class_address_pool-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">AddressPool Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div> </div><!--header--> <div class="contents"> <p><code>#include <<a class="el" href="address_8h_source.html">address.h</a>></code></p> <div class="dynheader"> Inheritance diagram for AddressPool:</div> <div class="dyncontent"> <div class="center"><img src="class_address_pool__inherit__graph.png" border="0" usemap="#_address_pool_inherit__map" alt="Inheritance graph"/></div> <map name="_address_pool_inherit__map" id="_address_pool_inherit__map"> <area shape="rect" id="node2" href="class_address_pool_impl.html" title="AddressPoolImpl\< MAX\l_DEVICES_ALLOWED \>" alt="" coords="5,80,179,121"/> <area shape="rect" id="node3" href="class_address_pool_impl.html" title="AddressPoolImpl\< USB\l_NUMDEVICES \>" alt="" coords="203,80,365,121"/> </map> <center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:aa92d7e8f0f515340ae2dc1679b627056"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="struct_usb_device.html">UsbDevice</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_address_pool.html#aa92d7e8f0f515340ae2dc1679b627056">GetUsbDevicePtr</a> (uint8_t addr)=0</td></tr> <tr class="separator:aa92d7e8f0f515340ae2dc1679b627056"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a97df4ef42e50960ce2165f4cdb53e590"><td class="memItemLeft" align="right" valign="top">virtual uint8_t </td><td class="memItemRight" valign="bottom"><a class="el" href="class_address_pool.html#a97df4ef42e50960ce2165f4cdb53e590">AllocAddress</a> (uint8_t parent, bool is_hub=false, uint8_t port=0)=0</td></tr> <tr class="separator:a97df4ef42e50960ce2165f4cdb53e590"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a15fde13223dcb1da89305ad229763562"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_address_pool.html#a15fde13223dcb1da89305ad229763562">FreeAddress</a> (uint8_t addr)=0</td></tr> <tr class="separator:a15fde13223dcb1da89305ad229763562"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"> <p class="definition">Definition at line <a class="el" href="address_8h_source.html#l00090">90</a> of file <a class="el" href="address_8h_source.html">address.h</a>.</p> </div><h2 class="groupheader">Member Function Documentation</h2> <a id="aa92d7e8f0f515340ae2dc1679b627056"></a> <h2 class="memtitle"><span class="permalink"><a href="#aa92d7e8f0f515340ae2dc1679b627056">◆ </a></span>GetUsbDevicePtr()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual <a class="el" href="struct_usb_device.html">UsbDevice</a>* AddressPool::GetUsbDevicePtr </td> <td>(</td> <td class="paramtype">uint8_t </td> <td class="paramname"><em>addr</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Implemented in <a class="el" href="class_address_pool_impl.html#aa3e12dda249ef6acbb27592fc8fe1cba">AddressPoolImpl< MAX_DEVICES_ALLOWED ></a>, and <a class="el" href="class_address_pool_impl.html#aa3e12dda249ef6acbb27592fc8fe1cba">AddressPoolImpl< USB_NUMDEVICES ></a>.</p> </div> </div> <a id="a97df4ef42e50960ce2165f4cdb53e590"></a> <h2 class="memtitle"><span class="permalink"><a href="#a97df4ef42e50960ce2165f4cdb53e590">◆ </a></span>AllocAddress()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual uint8_t AddressPool::AllocAddress </td> <td>(</td> <td class="paramtype">uint8_t </td> <td class="paramname"><em>parent</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">bool </td> <td class="paramname"><em>is_hub</em> = <code>false</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">uint8_t </td> <td class="paramname"><em>port</em> = <code>0</code> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Implemented in <a class="el" href="class_address_pool_impl.html#a14657183c73c631754b31bd0cc588c87">AddressPoolImpl< MAX_DEVICES_ALLOWED ></a>, and <a class="el" href="class_address_pool_impl.html#a14657183c73c631754b31bd0cc588c87">AddressPoolImpl< USB_NUMDEVICES ></a>.</p> </div> </div> <a id="a15fde13223dcb1da89305ad229763562"></a> <h2 class="memtitle"><span class="permalink"><a href="#a15fde13223dcb1da89305ad229763562">◆ </a></span>FreeAddress()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void AddressPool::FreeAddress </td> <td>(</td> <td class="paramtype">uint8_t </td> <td class="paramname"><em>addr</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Implemented in <a class="el" href="class_address_pool_impl.html#a3d59841faa336c359b0736ca45988ce5">AddressPoolImpl< MAX_DEVICES_ALLOWED ></a>, and <a class="el" href="class_address_pool_impl.html#a3d59841faa336c359b0736ca45988ce5">AddressPoolImpl< USB_NUMDEVICES ></a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="address_8h_source.html">address.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>