[go: up one dir, main page]

Menu

Tree [5c152e] master v_1_6_0-OSU / test /
 History

HTTPS access


File Date Author Commit
 soap 2014-12-17 Carlos Lacasta Carlos Lacasta [9b9098] Implement the reset_monitor_data
 DataLogger.cc 2014-12-17 Carlos Lacasta Carlos Lacasta [c0caaf] Fix compilation warnings
 DataLogger.h 2014-12-17 Carlos Lacasta Carlos Lacasta [641990] Fix compilation wornings
 Histogram.cc 2007-03-31 Carlos Lacasta Carlos Lacasta [a8c509] Change indentation: have run astyle on all files
 Histogram.h 2014-12-09 Carlos Lacasta Carlos Lacasta [edc75a] Fix wrong "guardian" define
 Makefile.am 2011-01-18 Carlos Lacasta Carlos Lacasta [b50d3a] Added soap SUBDIR
 MyModule.cc 2007-03-31 Carlos Lacasta Carlos Lacasta [a8c509] Change indentation: have run astyle on all files
 MyModule.h 2011-01-18 Carlos Lacasta Carlos Lacasta [aa15cc] *** empty log message ***
 README 2005-05-25 Carlos Lacasta Carlos Lacasta [89ce8e] Import of daqpp
 SimpleModule.cc 2012-07-12 Carlos Lacasta Carlos Lacasta [1602e0] Do not use logger in the destructor. For some r...
 SimpleModule.h 2008-05-15 Carlos Lacasta Carlos Lacasta [3704ad] Added SimpleModule, SimpleRunManager and Trigger
 SimpleRunManager.cc 2012-07-12 Carlos Lacasta Carlos Lacasta [1602e0] Do not use logger in the destructor. For some r...
 SimpleRunManager.h 2008-05-15 Carlos Lacasta Carlos Lacasta [3704ad] Added SimpleModule, SimpleRunManager and Trigger
 Trigger.cc 2011-01-18 Carlos Lacasta Carlos Lacasta [38407a] Do not use usleep
 Trigger.h 2014-12-17 Carlos Lacasta Carlos Lacasta [641990] Fix compilation wornings
 daq.cc 2014-12-17 Carlos Lacasta Carlos Lacasta [641990] Fix compilation wornings
 random.c 2007-03-31 Carlos Lacasta Carlos Lacasta [067c83] *** empty log message ***
 random.h 2007-03-31 Carlos Lacasta Carlos Lacasta [a8c509] Change indentation: have run astyle on all files
 simpleDAQ.cc 2014-12-09 Carlos Lacasta Carlos Lacasta [4dcb1b] Fix compilation warnings
 tstfifo.cc 2011-01-18 Carlos Lacasta Carlos Lacasta [cc4048] RunManger::writeDate returns the proper value
 tstmonitor.cc 2011-01-18 Carlos Lacasta Carlos Lacasta [53f7d4] Clean up code and use DAQpp::logger
 tstparam.cc 2009-07-08 Carlos Lacasta Carlos Lacasta [ae69d9] Test new features of ParamHolder
 tsttrigger.cc 2011-01-18 Carlos Lacasta Carlos Lacasta [bd2802] Clean up code
 utils.cc 2011-01-18 Carlos Lacasta Carlos Lacasta [bd2802] Clean up code
 utils.h 2008-05-22 Carlos Lacasta Carlos Lacasta [c703a9] the ostream<< for RunState is now in RunState.h

Read Me

This folder contains a set of tests and examples of the use of DAQ++


simpleDAQ:

This is a very simple program that shows how to run the acquisition in
different modes.

daq:

This program tests variuous aspects of the acquisition, like
registering modules, acquiring in a different thread, putting in local
and global the modules, etc. It also shows the program flow: which
RunManager methods are called by the DAQmanager and which ones of the
Modules.

Also shown is how to define named parameters in the Modules.

tstfifo:

This program show how to use FileIOManager as a data logger. Take a
look both at tstfifo.cc and DataLogger class. 

tstmonitor:

This program shows how to monitor the data while the acqusition
proceeds.


tsttrigger:

The previous programs used the polling method for the
qcquisition. This one shows how to react to an external trigger.