📄 classacthandler.html
字号:
</td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>This method sends a single string directly to the server. <dl compact><dt><b>Parameters: </b><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em>str</em> </td><td>string that should be sent to the server </td></tr></table></dl><dl compact><dt><b>Returns: </b><dd>true when message was sent, false otherwise </dl><p>Definition at line <a class="el" href="ActHandler_8C-source.html#l00243">243</a> of file <a class="el" href="ActHandler_8C-source.html">ActHandler.C</a>.<p>References <a class="el" href="ActHandler_8h-source.html#l00077">connection</a>, and <a class="el" href="Connection_8C-source.html#l00210">Connection::sendMessage</a>().<p>Referenced by <a class="el" href="ActHandler_8C-source.html#l00233">sendCommandDirect</a>(). </td> </tr></table><hr><h2>Member Data Documentation</h2><a name="o0" doxytag="ActHandler::connection"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="classConnection.html">Connection</a>* ActHandler::connection<code> [private]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><a class="el" href="classConnection.html">Connection</a> with the server <p>Definition at line <a class="el" href="ActHandler_8h-source.html#l00077">77</a> of file <a class="el" href="ActHandler_8h-source.html">ActHandler.h</a>.<p>Referenced by <a class="el" href="ActHandler_8C-source.html#l00067">ActHandler</a>(), <a class="el" href="ActHandler_8C-source.html#l00102">sendCommands</a>(), <a class="el" href="ActHandler_8C-source.html#l00216">sendMessage</a>(), and <a class="el" href="ActHandler_8C-source.html#l00243">sendMessageDirect</a>(). </td> </tr></table><a name="o5" doxytag="ActHandler::m_iMultipleCommands"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> int ActHandler::m_iMultipleCommands<code> [private]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>number of non-primary commands <p>Definition at line <a class="el" href="ActHandler_8h-source.html#l00083">83</a> of file <a class="el" href="ActHandler_8h-source.html">ActHandler.h</a>.<p>Referenced by <a class="el" href="ActHandler_8C-source.html#l00067">ActHandler</a>(), <a class="el" href="ActHandler_8C-source.html#l00078">emptyQueue</a>(), <a class="el" href="ActHandler_8C-source.html#l00088">isQueueEmpty</a>(), <a class="el" href="ActHandler_8C-source.html#l00168">putCommandInQueue</a>(), and <a class="el" href="ActHandler_8C-source.html#l00102">sendCommands</a>(). </td> </tr></table><a name="o4" doxytag="ActHandler::m_queueMultipleCommands"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="classSoccerCommand.html">SoccerCommand</a> ActHandler::m_queueMultipleCommands[MAX_COMMANDS]<code> [private]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>nonprimary commands <p>Definition at line <a class="el" href="ActHandler_8h-source.html#l00082">82</a> of file <a class="el" href="ActHandler_8h-source.html">ActHandler.h</a>.<p>Referenced by <a class="el" href="ActHandler_8C-source.html#l00078">emptyQueue</a>(), <a class="el" href="ActHandler_8C-source.html#l00168">putCommandInQueue</a>(), and <a class="el" href="ActHandler_8C-source.html#l00102">sendCommands</a>(). </td> </tr></table><a name="o3" doxytag="ActHandler::m_queueOneCycleCommand"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="classSoccerCommand.html">SoccerCommand</a> ActHandler::m_queueOneCycleCommand<code> [private]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>primary command is saved here <p>Definition at line <a class="el" href="ActHandler_8h-source.html#l00081">81</a> of file <a class="el" href="ActHandler_8h-source.html">ActHandler.h</a>.<p>Referenced by <a class="el" href="ActHandler_8C-source.html#l00078">emptyQueue</a>(), <a class="el" href="ActHandler_8C-source.html#l00088">isQueueEmpty</a>(), <a class="el" href="ActHandler_8C-source.html#l00168">putCommandInQueue</a>(), and <a class="el" href="ActHandler_8C-source.html#l00102">sendCommands</a>(). </td> </tr></table><a name="o1" doxytag="ActHandler::SS"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="classServerSettings.html">ServerSettings</a>* ActHandler::SS<code> [private]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><a class="el" href="classServerSettings.html">ServerSettings</a> with server parameters <p>Definition at line <a class="el" href="ActHandler_8h-source.html#l00078">78</a> of file <a class="el" href="ActHandler_8h-source.html">ActHandler.h</a>.<p>Referenced by <a class="el" href="ActHandler_8C-source.html#l00067">ActHandler</a>(), <a class="el" href="ActHandler_8C-source.html#l00204">sendCommand</a>(), <a class="el" href="ActHandler_8C-source.html#l00233">sendCommandDirect</a>(), <a class="el" href="ActHandler_8C-source.html#l00102">sendCommands</a>(), and <a class="el" href="ActHandler_8C-source.html#l00216">sendMessage</a>(). </td> </tr></table><a name="o2" doxytag="ActHandler::WM"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="classWorldModel.html">WorldModel</a>* ActHandler::WM<code> [private]</code> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>needed to set performed actions <p>Definition at line <a class="el" href="ActHandler_8h-source.html#l00079">79</a> of file <a class="el" href="ActHandler_8h-source.html">ActHandler.h</a>.<p>Referenced by <a class="el" href="ActHandler_8C-source.html#l00067">ActHandler</a>(), and <a class="el" href="ActHandler_8C-source.html#l00102">sendCommands</a>(). </td> </tr></table><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="ActHandler_8h-source.html">ActHandler.h</a><li><a class="el" href="ActHandler_8C-source.html">ActHandler.C</a></ul><hr><address><small>Generated on Thu Mar 7 00:37:52 2002 for UvA Trilearn 2001 by<a href="http://www.doxygen.org/index.html"><img src="doxygen.gif" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.12 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, © 1997-2001</small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -