![]() |
Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Parameters of the OCD manual object. More...
#include <bayeux/datatools/ocd_driver.h>
Public Member Functions | |
| ocd_driver_params () | |
| Constructor. More... | |
| void | reset () |
| Reset. More... | |
| void | print (std::ostream &=std::cout) const |
| Smart print. More... | |
Public Attributes | |
| datatools::logger::priority | logging |
| Logging priority. More... | |
| bool | interactive |
| Interactive flag. More... | |
| std::vector< std::string > | dlls |
| List of DLLs to be loaded. More... | |
| std::string | dll_loader_config |
| Configuration file of the DLL loader. More... | |
| std::string | action |
| The name of the action to invoke. More... | |
| std::string | class_id |
| The class registration ID. More... | |
| std::vector< std::string > | action_options |
| The options associated to the action. More... | |
| std::string | input_path |
| Input path. More... | |
| std::string | output_path |
| Output path. More... | |
Parameters of the OCD manual object.
| datatools::ocd_driver_params::ocd_driver_params | ( | ) |
Constructor.
| void datatools::ocd_driver_params::print | ( | std::ostream & | = std::cout | ) | const |
Smart print.
| void datatools::ocd_driver_params::reset | ( | ) |
Reset.
| std::string datatools::ocd_driver_params::action |
The name of the action to invoke.
| std::vector<std::string> datatools::ocd_driver_params::action_options |
The options associated to the action.
| std::string datatools::ocd_driver_params::class_id |
The class registration ID.
| std::string datatools::ocd_driver_params::dll_loader_config |
Configuration file of the DLL loader.
| std::vector<std::string> datatools::ocd_driver_params::dlls |
List of DLLs to be loaded.
| std::string datatools::ocd_driver_params::input_path |
Input path.
| bool datatools::ocd_driver_params::interactive |
Interactive flag.
| datatools::logger::priority datatools::ocd_driver_params::logging |
Logging priority.
| std::string datatools::ocd_driver_params::output_path |
Output path.
1.8.15