config.h

00001 /***************************************************************************
00002  *  config.h - config helper - generated by genconfig 0.3
00003  *
00004  *  Config class generated: Mon Jun 18 14:57:15 2007
00005  *  Used template: ../../../../../src/modules/tools/genconfig/config.template.h
00006  *  Template created: Thu Apr 29 14:26:23 2004
00007  *  Copyright  2004  Tim Niemueller
00008  *  niemueller@i5.informatik.rwth-aachen.de
00009  *
00010  ****************************************************************************/
00011
00012 /*  This program is free software; you can redistribute it and/or modify
00013  *  it under the terms of the GNU General Public License as published by
00014  *  the Free Software Foundation; either version 2 of the License, or
00015  *  (at your option) any later version.
00016  *
00017  *  This program is distributed in the hope that it will be useful,
00018  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00019  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00020  *  GNU Library General Public License for more details.
00021  *
00022  *  Read the full text in the LICENSE.GPL file in the doc directory.
00023  */
00024
00025 #ifndef __APPS_FOUNTAIN__RCSOFTXFOUNTAINCONFIG_H_
00026 #define __APPS_FOUNTAIN__RCSOFTXFOUNTAINCONFIG_H_
00027 
00028 /// @cond RCSOFTX_CONFIG
00029 
00030 #include <utils/config_reader/config_reader.h>
00031 #include <string>
00032
00033 class RCSoftXFountainConfig
00034 {
00035  public:
00036   RCSoftXFountainConfig(CConfigReader *configFile);
00037   ~RCSoftXFountainConfig();
00038 
00039   /** FountainPort value */
00040   int FountainPort;
00041   /** ImageDelay value */
00042   int ImageDelay;
00043
00044
00045  protected:
00046   /** Config reader */
00047   CConfigReader * m_pXMLConfigFile;
00048   /** Current config prefix. */
00049   std::string m_sPrefix;
00050
00051 };
00052 
00053 /// @endcond
00054 
00055 #endif /* __APPS_FOUNTAIN__RCSOFTXFOUNTAINCONFIG_H_ */
00056