DAQ++ git-daqpp
Brought to you by:
lacasta
DAQ++ provides a C++ framework in which one can easily develop the software for a data acquisition system. It provides the adequate tools to build such a system, including monitoring, data storage and allowing for the most common acquisition modes like polling, triggering, etc. The model is based in a acquisition manager that controls a number of RunManagers. These are the objects that define the diferent acquitision modes one would like to implement, like calibration, real data taking, etc. One of this objects will control a number of Modules, which are the real objects from which we would like to retrieve the data. It has been developed under linux but it does not use anything specific to the Linux platform appart, may be, from pthreads, so it could easily be ported to other platforms if needed.