configObjects/Asic.h

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

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