[go: up one dir, main page]

Menu

Tree [5c152e] master v_1_6_0-OSU /
 History

HTTPS access


File Date Author Commit
 DAQ++ 2014-12-20 Carlos Lacasta Carlos Lacasta [a4a475] Add some protected methods for child classes
 doc 2014-10-09 Carlos Lacasta Carlos Lacasta [ff6f95] dded this file to the repository
 python 2014-12-18 Carlos Lacasta Carlos Lacasta [165fd2] Add proper dependencies of shared libraries
 scripts 2014-10-17 Carlos Lacasta Carlos Lacasta [b35a48] Do not check for lib or lib64. Do not know how ...
 test 2014-12-17 Carlos Lacasta Carlos Lacasta [9b9098] Implement the reset_monitor_data
 .gitignore 2014-12-17 Carlos Lacasta Carlos Lacasta [9af097] Added more rules
 AUTHORS 2005-05-25 Carlos Lacasta Carlos Lacasta [89ce8e] Import of daqpp
 COPYING 2005-05-25 Carlos Lacasta Carlos Lacasta [89ce8e] Import of daqpp
 ChangeLog 2007-04-04 Carlos Lacasta Carlos Lacasta [1ca4b9] *** empty log message ***
 DAQ++-config.in 2005-12-19 Carlos Lacasta Carlos Lacasta [f9f2ba] Change to version 0.6.0
 DAQ++.pc.in 2014-09-26 Carlos Lacasta Carlos Lacasta [9201b2] Added the target specific options for the compiler
 DAQ++.spec.in 2014-10-09 Carlos Lacasta Carlos Lacasta [4a1594] Remove what I believe are useless lines…
 INSTALL 2005-05-25 Carlos Lacasta Carlos Lacasta [89ce8e] Import of daqpp
 Makefile.am 2011-01-18 Carlos Lacasta Carlos Lacasta [5df38e] Added daqpp-soap-client.pc and daqpp-soap-serve...
 NEWS 2005-05-25 Carlos Lacasta Carlos Lacasta [89ce8e] Import of daqpp
 README 2005-05-25 Carlos Lacasta Carlos Lacasta [89ce8e] Import of daqpp
 autogen 2008-12-22 Carlos Lacasta Carlos Lacasta [549513] Added autogen
 autogen.sh 2005-05-25 Carlos Lacasta Carlos Lacasta [89ce8e] Import of daqpp
 config.h.in 2007-01-27 Carlos Lacasta Carlos Lacasta [d976a8] *** empty log message ***
 configure.in 2014-12-17 Carlos Lacasta Carlos Lacasta [e70db5] Check for wsdl2h
 daqpp-soap-client.pc.in 2013-02-19 Carlos Lacasta Carlos Lacasta [3078ae] Modify order of libraries. Seems to be importan...
 daqpp-soap-server.pc.in 2013-02-19 Carlos Lacasta Carlos Lacasta [3078ae] Modify order of libraries. Seems to be importan...
 eclipse_commands 2014-12-22 Carlos Lacasta Carlos Lacasta [2b08a0] Add the doc target
 runValgrind 2011-11-29 Carlos Lacasta Carlos Lacasta [ae8bb2] *** empty log message ***

Read Me

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.