Skip to content

DAQModules

Marco Roda edited this page Jun 8, 2020 · 11 revisions

This page should contain the documentation for DAQModule interface.

DAQModule UML

The DAQModule interfaces is quite simple and it consists of just a few methods. Here is an attempt to describe them to help the implementation.

  • execute_command is the way the commands are propagated from DAQProcess to the modules. Following CCM command definitions, each developers should implement the command identification and the proper response to each of them according to the functionalities of the Module.

GraphConstructor

Ownership

Clone this wiki locally