-
Notifications
You must be signed in to change notification settings - Fork 5
DAQModules
Marco Roda edited this page Jun 8, 2020
·
11 revisions
This page should contain the documentation for DAQModule
interface.
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.