DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
CommandLineInterpreter.hpp File Reference
#include "boost/program_options.hpp"
#include <iostream>
#include <string>
#include <vector>
Include dependency graph for CommandLineInterpreter.hpp:
This graph shows which files directly or indirectly include this file:

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
 Including Qt Headers.
 
namespace  dunedaq::appfwk
 

Detailed Description

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.