config.h

Go to the documentation of this file.
00001 /*
00002  * This file is part of openSDK.
00003  *
00004  * Copyright (C) 2007 openSDK team
00005  *
00006  * openSDK is free software; you can redistribute it and/or modify
00007  * it under the terms of the GNU General Public License as published by
00008  * the Free Software Foundation; version 2.
00009  *
00010  * openSDK is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00013  * GNU General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU General Public License
00016  * along with openSDK; if not, write to the Free Software
00017  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00018  *
00019  *     $Id: config.h,v 1.8 2007/08/13 11:19:31 nuno-lopes Exp $
00020  */
00021 
00022 #ifndef __config_h__
00023 #define __config_h__
00024 
00025 #define DEFAULT_USARSIM_HOST            "127.0.0.1"
00026 #define DEFAULT_USARSIM_PORT            3000
00027 #define DEFAULT_USARSIM_IMGSERVER_PORT  5003
00028 #define DEFAULT_USARSIM_ROBOT           "ERS"
00029 #define DEFAULT_USARSIM_LOCATION        "0,0,-0.6"
00030 #define DEFAULT_USARSIM_ROBOT_TEAM      NO_TEAM
00031 #define DEFAULT_USARSIM_BALL_LOCATION   "-2,0,-0.04"
00032 
00033 #define DEFAULT_DISPLAY_IMAGE_FPS       false
00034 
00035 #define DEBUG_USARSIM_PROTOCOL          false
00036 
00037 #define BUFFER_SIZE     2048
00038 
00039 
00040 #if defined(__GNUC__) && __GNUC__ >= 3
00041 # define PRINTF_FORMAT __attribute__((__format__(printf, 2, 3)))
00042 #else
00043 # define PRINTF_FORMAT
00044 #endif
00045 
00046 #endif

Generated on Sun Dec 2 23:04:28 2007 for openSDK by  doxygen 1.3.9.1