#include <Factory.h>
Public Member Functions | |
Factory (const char *name) | |
virtual dabc::Application * | CreateApplication (const char *classname, dabc::Command cmd) |
virtual dabc::DataInput * | CreateDataInput (const char *typ) |
Definition at line 10 of file Factory.h.
spadic::Factory::Factory | ( | const char * | name | ) |
Definition at line 12 of file Factory.cxx.
dabc::Application * spadic::Factory::CreateApplication | ( | const char * | classname, | |
dabc::Command | cmd | |||
) | [virtual] |
Definition at line 17 of file Factory.cxx.
References spadic::nameReadoutAppClass.
dabc::DataInput * spadic::Factory::CreateDataInput | ( | const char * | typ | ) | [virtual] |
Definition at line 25 of file Factory.cxx.
References spadic::typeSusiboInput.