ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
config.cpp
Go to the documentation of this file.
1 /**
2  * @file
3  * @ingroup daq_dpm
4  * @copyright (c) Copyright ESO 2022
5  * All Rights Reserved
6  * ESO (eso.org) is an Intergovernmental Organisation, and therefore special legal conditions apply.
7  *
8  * @brief DPM config
9  */
10 
11 #include <daq/dpm/config.hpp>
12 
13 #include <fmt/format.h>
14 #include <iostream>
15 
16 #include <boost/program_options.hpp>
17 #include <log4cplus/logger.h>
18 #include <log4cplus/loggingmacros.h>
19 
20 #include <rad/helper.hpp>
21 
22 namespace daq::dpm::config {
23 namespace po = boost::program_options;
24 
25 } // namespace daq::dpm::config
DPM server config.