referee.conf

来自「RefBox」· CONF 代码 · 共 40 行

CONF
40
字号
## Referee Config File## This file contains the parameters for controlling the execution# of the referee box. ## The format is# <parameter name> = <integer data># parameter name is a string made up of "a-z", "A-Z" "0-9" "_" characters## /* LICENSE:  =========================================================================#     RoboCup F2000 Referee Box Source Code Release#   -------------------------------------------------------------------------#     Copyright (C) 2004 RoboCup Federation#   -------------------------------------------------------------------------#     This software is distributed under the GNU General Public License,#     version 2.  If you do not have a copy of this licence, visit#     www.gnu.org, or write: Free Software Foundation, 59 Temple Place,#     Suite 330 Boston, MA 02111-1307 USA.  This program is distributed#     in the hope that it will be useful, but WITHOUT ANY WARRANTY,#     including MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.#   ------------------------------------------------------------------------- # #  */#FIRST_HALF = 10.0 # minutesHALF_TIME = 10.0 # minutesSECOND_HALF = 10.0 # minutesOVER_TIME = 3.0 #minutes# filename to save the binary ref status to for restartsSAVENAME = referee.savSERIALDEVICE = /dev/ttyS0# TcpcServer InformationSERVER_PORT = 28097NUMBER_OF_REQUIRED_CONNECTIONS = 2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?