ifw-daq 3.1.0
IFW Data Acquisition modules
Loading...
Searching...
No Matches
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
23namespace po = boost::program_options;
24
25} // namespace daq::dpm::config
DPM server config.