|
ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
#include "entrypoint.hpp"#include <iostream>#include <fmt/format.h>#include <log4cplus/loggingmacros.h>#include <daq/dpm/keywordEx.hpp>#include <daq/fits/cfitsio.hpp>#include "merge.hpp"Go to the source code of this file.
Classes | |
| class | daq::dpm::merge::JsonReporter |
| Reports in JSON format. More... | |
| class | daq::dpm::merge::SimpleReporter |
| Reports in unspecified human-readable format. More... | |
| class | daq::dpm::merge::Formatter |
| class | daq::dpm::merge::Sorter |
Namespaces | |
| daq | |
| daq::dpm | |
| daq::dpm::merge | |
Functions | |
| fs::path | daq::dpm::merge::MakeSourcePath (fs::path source, fs::path const &root) |
| std::unique_ptr< KeywordRuleProcessor > | daq::dpm::merge::MakeKeywordRuleProcessor (DpSpec::KeywordRules const &rules) |
| int | daq::dpm::merge::Entrypoint (fs::path const &root, std::optional< fs::path > const &opt_out_path, DpSpec const &spec, SourceResolver const &resolver, bool dry_run, bool use_json) |
Definition in file entrypoint.cpp.