📄 agentdb.list
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<agentdb
xmlns:adb="http://spades-sim.sourceforge.net/agentdbxml.html"
xmlns="http://spades-sim.sourceforge.net/agentdbxml.html"
adb:version="0.91"
>
<!-- This file specifies the different agent types and how to
execute the agents -->
<agent_type_external name="foo">
<inputfd>3</inputfd>
<outputfd>4</outputfd>
<timer>jiffies 20000</timer>
<working_dir>/home/qq/3d5v5/src</working_dir>
<exec_line>seu-3d-player --teamname onename</exec_line>
</agent_type_external>
<agent_type_external name="bar">
<inputfd>3</inputfd>
<outputfd>4</outputfd>
<timer>jiffies 20000</timer>
<working_dir>/another dir that contains the executable content</working_dir>
<exec_line>seu-3d-player --teamname anothername</exec_line>
</agent_type_external>
</agentdb>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -