classRakNet_1_1AutopatcherServerLoadNotifier__Printf.html 6.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <title>RakNet: RakNet::AutopatcherServerLoadNotifier_Printf Class Reference</title>
  7. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  8. <script type="text/javascript" src="jquery.js"></script>
  9. <script type="text/javascript" src="dynsections.js"></script>
  10. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  11. </head>
  12. <body>
  13. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  14. <div id="titlearea">
  15. <table cellspacing="0" cellpadding="0">
  16. <tbody>
  17. <tr style="height: 56px;">
  18. <td style="padding-left: 0.5em;">
  19. <div id="projectname">RakNet
  20. &#160;<span id="projectnumber">4.0</span>
  21. </div>
  22. </td>
  23. </tr>
  24. </tbody>
  25. </table>
  26. </div>
  27. <!-- end header part -->
  28. <!-- Generated by Doxygen 1.8.2 -->
  29. <div id="navrow1" class="tabs">
  30. <ul class="tablist">
  31. <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  32. <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
  33. <li><a href="modules.html"><span>Modules</span></a></li>
  34. <li><a href="namespaces.html"><span>Namespaces</span></a></li>
  35. <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
  36. <li><a href="files.html"><span>Files</span></a></li>
  37. </ul>
  38. </div>
  39. <div id="navrow2" class="tabs2">
  40. <ul class="tablist">
  41. <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
  42. <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
  43. <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
  44. <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
  45. </ul>
  46. </div>
  47. <div id="nav-path" class="navpath">
  48. <ul>
  49. <li class="navelem"><a class="el" href="namespaceRakNet.html">RakNet</a></li><li class="navelem"><a class="el" href="classRakNet_1_1AutopatcherServerLoadNotifier__Printf.html">AutopatcherServerLoadNotifier_Printf</a></li> </ul>
  50. </div>
  51. </div><!-- top -->
  52. <div class="header">
  53. <div class="summary">
  54. <a href="classRakNet_1_1AutopatcherServerLoadNotifier__Printf-members.html">List of all members</a> </div>
  55. <div class="headertitle">
  56. <div class="title">RakNet::AutopatcherServerLoadNotifier_Printf Class Reference</div> </div>
  57. </div><!--header-->
  58. <div class="contents">
  59. <p>Sample implementation of AutopatcherServerLoadNotifier using printf.
  60. <a href="classRakNet_1_1AutopatcherServerLoadNotifier__Printf.html#details">More...</a></p>
  61. <p><code>#include &lt;AutopatcherServer.h&gt;</code></p>
  62. <p>Inherits RakNet::AutopatcherServerLoadNotifier.</p>
  63. <table class="memberdecls">
  64. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
  65. Additional Inherited Members</h2></td></tr>
  66. <tr class="inherit_header pub_types_classRakNet_1_1AutopatcherServerLoadNotifier"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classRakNet_1_1AutopatcherServerLoadNotifier')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="classRakNet_1_1AutopatcherServerLoadNotifier.html">RakNet::AutopatcherServerLoadNotifier</a></td></tr>
  67. <tr class="memitem:a98e1f344a0c6b10960b42686213d289e inherit pub_types_classRakNet_1_1AutopatcherServerLoadNotifier"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><b>RequestType</b> </td></tr>
  68. <tr class="memdesc:a98e1f344a0c6b10960b42686213d289e"><td class="mdescLeft">&#160;</td><td class="mdescRight">The server only handles two types of requests - to get a change list since a certain date, or to get a patch. <br/></td></tr>
  69. <tr class="separator:a98e1f344a0c6b10960b42686213d289e inherit pub_types_classRakNet_1_1AutopatcherServerLoadNotifier"><td class="memSeparator" colspan="2">&#160;</td></tr>
  70. <tr class="inherit_header pub_methods_classRakNet_1_1AutopatcherServerLoadNotifier"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classRakNet_1_1AutopatcherServerLoadNotifier')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classRakNet_1_1AutopatcherServerLoadNotifier.html">RakNet::AutopatcherServerLoadNotifier</a></td></tr>
  71. <tr class="memitem:afb66d1b7832ba926cc2632f415a41739 inherit pub_methods_classRakNet_1_1AutopatcherServerLoadNotifier"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><b>OnQueueUpdate</b> (<a class="el" href="structRakNet_1_1SystemAddress.html">SystemAddress</a> remoteSystem, AutopatcherServerLoadNotifier::RequestType requestType, AutopatcherServerLoadNotifier::QueueOperation queueOperation, <a class="el" href="structRakNet_1_1AutopatcherServerLoadNotifier_1_1AutopatcherState.html">AutopatcherServerLoadNotifier::AutopatcherState</a> *autopatcherState)</td></tr>
  72. <tr class="separator:afb66d1b7832ba926cc2632f415a41739 inherit pub_methods_classRakNet_1_1AutopatcherServerLoadNotifier"><td class="memSeparator" colspan="2">&#160;</td></tr>
  73. <tr class="memitem:ab0cbec7084e903ef5bc923f3665a13b7 inherit pub_methods_classRakNet_1_1AutopatcherServerLoadNotifier"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><b>OnGetPatchCompleted</b> (<a class="el" href="structRakNet_1_1SystemAddress.html">SystemAddress</a> remoteSystem, AutopatcherServerLoadNotifier::PatchResult patchResult, <a class="el" href="structRakNet_1_1AutopatcherServerLoadNotifier_1_1AutopatcherState.html">AutopatcherServerLoadNotifier::AutopatcherState</a> *autopatcherState)</td></tr>
  74. <tr class="separator:ab0cbec7084e903ef5bc923f3665a13b7 inherit pub_methods_classRakNet_1_1AutopatcherServerLoadNotifier"><td class="memSeparator" colspan="2">&#160;</td></tr>
  75. </table>
  76. <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
  77. <div class="textblock"><p>Sample implementation of AutopatcherServerLoadNotifier using printf. </p>
  78. </div><hr/>The documentation for this class was generated from the following file:<ul>
  79. <li>D:/temp/RakNet_PC/DependentExtensions/Autopatcher/<a class="el" href="AutopatcherServer_8h.html">AutopatcherServer.h</a></li>
  80. </ul>
  81. </div><!-- contents -->
  82. <!-- start footer part -->
  83. <hr class="footer"/><address class="footer"><small>
  84. Generated on Mon Jun 2 2014 20:10:29 for RakNet by &#160;<a href="http://www.doxygen.org/index.html">
  85. <img class="footer" src="doxygen.png" alt="doxygen"/>
  86. </a> 1.8.2
  87. </small></address>
  88. </body>
  89. </html>
粤ICP备19079148号