configObjects/Dcc.h

00001 #ifndef _DCC_H_
00002 #define _DCC_H_
00003 
00004 #include <stdio.h>
00005 #include "ConfigObject.h"
00006 
00010 class Dcc : public ConfigObject{
00011 
00012  private:
00013 
00014  public:
00015   Dcc() throw (ILCException::Exception);
00016   Dcc(int id, string n, string lda_address, int lda_chan) throw (ILCException::Exception);
00017   Dcc(string n, string lda_address, int lda_chan) throw (ILCException::Exception);
00018   Dcc(string lda_address, int lda_chan) throw (ILCException::Exception);
00019   ~Dcc();
00020 
00021   string getObjectName() const {return "DCC";}
00022   string toXML() const throw (ILCException::Exception);
00023 
00024 };
00025 #endif

Generated on Tue Feb 28 15:35:34 2012 for ILCConfigurationDB by  doxygen 1.4.7