DABC (Data Acquisition Backbone Core)  2.9.9
Factory.h
Go to the documentation of this file.
1 // $Id: Factory.h 3862 2018-05-11 10:06:18Z linev $
2 
3 /************************************************************
4  * The Data Acquisition Backbone Core (DABC) *
5  ************************************************************
6  * Copyright (C) 2009 - *
7  * GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
8  * Planckstr. 1, 64291 Darmstadt, Germany *
9  * Contact: http://dabc.gsi.de *
10  ************************************************************
11  * This software can be used under the GPL license *
12  * agreements as stated in LICENSE.txt file *
13  * which is part of the distribution. *
14  ************************************************************/
15 
16 #ifndef AQUA_Factory
17 #define AQUA_Factory
18 
19 #ifndef DABC_Factory
20 #include "dabc/Factory.h"
21 #endif
22 
25 namespace aqua {
26 
29  class Factory : public dabc::Factory {
30  public:
31  Factory(const std::string &name) : dabc::Factory(name) {}
32 
34  virtual dabc::DataOutput* CreateDataOutput(const std::string &typ);
35  };
36 
37 }
38 
39 #endif
Factory of MBS classes
Definition: Factory.h:29
Factory(const std::string &name)
Definition: Factory.h:31
virtual dabc::DataOutput * CreateDataOutput(const std::string &typ)
Factory method to create data output.
Definition: Factory.cxx:25
Interface for implementing any kind of data output.
Definition: DataIO.h:158
Factory for user-specific classes
Definition: Factory.h:47
Support for AQUA - A1 DAQ system.
Definition: ClientOutput.h:28
Event manipulation API.
Definition: api.h:23