DAQ++ git-daqpp
Brought to you by:
lacasta
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.