NAME
generic_producer - program that load a shared library as a C or C++
plugin to produce data
SYNOPSIS
generic_producer [options]
DESCRIPTION
The generic_producer program is used to allow narval users to inject
data in the Narval data flow using a plugin. The plugin can be written
in C or C++.
OPTIONS
Narval actors need these options:
--config_name
gives the narval sub system configuration name the producer
belongs to.
--uuid gives the uuid generated by the sub system coordinator.
SEE ALSO
generic_consumer
- actor that loads plugins to use data in the narval framework.
generic_filter
- actor that loads plugins to filter data in the narval
framework.
http://npg.dl.ac.uk/AGATA/dataAcquisition/AGATA_Algorithm.pdf
- a document that present the plugin interface for a filter,
adaptation to producer have to be done on process_block call
(remove all arguments with input in the name).
AUTHOR
This manual page was written by Xavier Grave
<xavier.grave@ipno.in2p3.fr>. It can be used by others.
March 31, 2010 generic_producer(1)