|
ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
#include <filesystem>#include <fstream>#include <iostream>#include <boost/program_options.hpp>#include <fmt/format.h>#include <log4cplus/configurator.h>#include <log4cplus/logger.h>#include <log4cplus/loggingmacros.h>#include <nlohmann/json.hpp>#include <daq/json/dpSpec.hpp>#include <daq/error/report.hpp>#include "entrypoint.hpp"#include "sources.hpp"Go to the source code of this file.
Classes | |
| struct | ExitWithErrorCode |
Namespaces | |
| error | |
Enumerations | |
| enum | { error::InvalidProgramArgument = 1 , error::DpSpecNotFound = 100 , error::DpSpecInvalidJson = 101 , error::DpSpecInvalid = 102 , error::SourceNotFound = 111 , error::Unknown = 255 } |
| Error codes. More... | |
Functions | |
| std::pair< std::string, std::string > | CustomParser (std::string const &element) |
| int | main (int argc, char **argv) |
Definition in file main.cpp.
| std::pair<std::string, std::string> CustomParser | ( | std::string const & | element | ) |