|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "boost/program_options.hpp"#include <iostream>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | dunedaq::appfwk::CommandLineInterpreter |
| CommandLineInterpreter parses the command-line options given to the application and stores the results as validated data members. More... | |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::appfwk |
CommandLineInterpreter helper class
CommandLineInterpreter takes the command-line arguments and produces a configuration object for use by DAQProcess
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file CommandLineInterpreter.hpp.