#include "ServerSettings.h"
#include <stdio.h>
#include <string.h>
Include dependency graph for ServerSettings.cpp:
Go to the source code of this file.
File: ServerSettings.cpp Project: Robocup Soccer Simulation Team: UvA Trilearn Authors: Jelle Kok Created: 28/11/2000 Last Revision: $ID$ Contents: Code file for class ServerSettings. It contains all the member method implementations of the ServerSettings class. This class contains all the Soccerserver parameters that are available in the configuration files 'server.conf' and 'player.conf' along with their default values and standard set- and get methods for manipulating these values.
Changes
Date Author Comment 28/11/2000 Jelle Kok Initial version created (based on Emiel Corten) 31/01/2001 Remco de Boer Settings for server version 7.xx added 27/04/2001 Remco de Boer drop_ball_time and player.conf parameters added 03/05/2001 Remco de Boer Version including full documentation completed
Definition in file ServerSettings.cpp.