![]() |
Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
The data processing pipeline driver. More...
#include <bayeux/dpp/dpp_driver.h>
Public Member Functions | |
| dpp_driver () | |
| Default constructor. More... | |
| ~dpp_driver () | |
| Destructor. More... | |
| bool | is_initialized () const |
| Check initialization flag. More... | |
| void | setup (const dpp_driver_params &) |
| Setup from configuration parameters. More... | |
| void | initialize () |
| Initialization. More... | |
| void | run () |
| Run. More... | |
| void | reset () |
| Reset. More... | |
The data processing pipeline driver.
| dpp::dpp_driver::dpp_driver | ( | ) |
Default constructor.
| dpp::dpp_driver::~dpp_driver | ( | ) |
Destructor.
| void dpp::dpp_driver::initialize | ( | ) |
Initialization.
| bool dpp::dpp_driver::is_initialized | ( | ) | const |
Check initialization flag.
| void dpp::dpp_driver::reset | ( | ) |
Reset.
| void dpp::dpp_driver::run | ( | ) |
Run.
| void dpp::dpp_driver::setup | ( | const dpp_driver_params & | ) |
Setup from configuration parameters.
1.8.15