|
DABC (Data Acquisition Backbone Core)
2.9.9
|
#include "dabc/Factory.h"#include <dlfcn.h>#include "dabc/Manager.h"#include "dabc/DataTransport.h"#include "aqua/Factory.h"#include "aqua/ClientOutput.h"#include "dabc/Url.h"#include "dim/Factory.h"#include "dim/Monitor.h"#include "ezca/Factory.h"#include <cstdlib>#include "dabc/Command.h"#include "dabc/logging.h"#include "ezca/Definitions.h"#include "ezca/EpicsInput.h"#include "ezca/Monitor.h"#include "fesa/Factory.h"#include "fesa/Player.h"#include "fesa/Monitor.h"#include "gosip/Factory.h"#include "gosip/Player.h"#include "hadaq/Factory.h"#include "hadaq/HldInput.h"#include "hadaq/HldOutput.h"#include "hadaq/UdpTransport.h"#include "hadaq/SorterModule.h"#include "hadaq/CombinerModule.h"#include "hadaq/TerminalModule.h"#include "hadaq/BnetMasterModule.h"#include "hadaq/MonitorModule.h"#include "hadaq/api.h"#include "http/Factory.h"#include "dabc/Configuration.h"#include "http/Civetweb.h"#include "http/FastCgi.h"#include "ltsm/Factory.h"#include "ltsm/FileInterface.h"#include "mbs/Factory.h"#include "mbs/LmdInput.h"#include "mbs/LmdOutput.h"#include "mbs/TextInput.h"#include "mbs/GeneratorInput.h"#include "mbs/ServerTransport.h"#include "mbs/ClientTransport.h"#include "mbs/CombinerModule.h"#include "mbs/api.h"#include "rfio/Factory.h"#include "rfio/FileInterface.h"#include "root/Factory.h"#include "dabc/string.h"#include "root/Monitor.h"#include "root/TreeStore.h"#include "saftdabc/Factory.h"#include "saftdabc/Definitions.h"#include "saftdabc/Input.h"#include "stream/Factory.h"#include "dabc/Port.h"#include "stream/RunModule.h"#include "stream/TdcCalibrationModule.h"#include "stream/RecalibrateModule.h"#include "user/Factory.h"#include "user/Input.h"#include "verbs/Factory.h"#include "verbs/Device.h"#include "verbs/Thread.h"Go to the source code of this file.
Functions | |
| dabc::FactoryPlugin | aquafactory (new aqua::Factory("aqua")) |
| dabc::FactoryPlugin | dimcfactory (new dim::Factory("dim")) |
| dabc::FactoryPlugin | epicsfactory (new ezca::Factory("ezca")) |
| dabc::FactoryPlugin | fesafactory (new fesa::Factory("fesa")) |
| dabc::FactoryPlugin | fesafactory (new gosip::Factory("gosip")) |
| dabc::FactoryPlugin | hadaqfactory (new hadaq::Factory("hadaq")) |
| dabc::FactoryPlugin | httpfactory (new http::Factory("http")) |
| dabc::FactoryPlugin | ltsmfactory (new ltsm::Factory("ltsm")) |
| dabc::FactoryPlugin | mbsfactory (new mbs::Factory("mbs")) |
| dabc::FactoryPlugin | rfiofactory (new rfio::Factory("rfio")) |
| dabc::FactoryPlugin | root_factory (new root::Factory("root")) |
| dabc::FactoryPlugin | saftfactory (new saftdabc::Factory("saftdabc")) |
| dabc::FactoryPlugin | streamfactory (new stream::Factory("stream")) |
| dabc::FactoryPlugin | userfactory (new user::Factory("user")) |
| dabc::FactoryPlugin | verbsfactory (new verbs::Factory("verbs")) |
| dabc::FactoryPlugin aquafactory | ( | new | aqua::Factory"aqua" | ) |
| dabc::FactoryPlugin dimcfactory | ( | new | dim::Factory"dim" | ) |
| dabc::FactoryPlugin epicsfactory | ( | new | ezca::Factory"ezca" | ) |
| dabc::FactoryPlugin fesafactory | ( | new | fesa::Factory"fesa" | ) |
| dabc::FactoryPlugin fesafactory | ( | new | gosip::Factory"gosip" | ) |
| dabc::FactoryPlugin hadaqfactory | ( | new | hadaq::Factory"hadaq" | ) |
| dabc::FactoryPlugin httpfactory | ( | new | http::Factory"http" | ) |
| dabc::FactoryPlugin ltsmfactory | ( | new | ltsm::Factory"ltsm" | ) |
| dabc::FactoryPlugin mbsfactory | ( | new | mbs::Factory"mbs" | ) |
| dabc::FactoryPlugin rfiofactory | ( | new | rfio::Factory"rfio" | ) |
| dabc::FactoryPlugin root_factory | ( | new | root::Factory"root" | ) |
| dabc::FactoryPlugin saftfactory | ( | new | saftdabc::Factory"saftdabc" | ) |
| dabc::FactoryPlugin streamfactory | ( | new | stream::Factory"stream" | ) |
| dabc::FactoryPlugin userfactory | ( | new | user::Factory"user" | ) |
| dabc::FactoryPlugin verbsfactory | ( | new | verbs::Factory"verbs" | ) |