ifw-daq
2.1.0-pre1
IFW Data Acquisition modules
|
#include <daq/daqController.hpp>
#include <iostream>
#include <stdexcept>
#include <type_traits>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <log4cplus/loggingmacros.h>
#include <mal/MalException.hpp>
#include <mal/rr/qos/ReplyTime.hpp>
#include <nlohmann/json.hpp>
#include <daq/dpmClient.hpp>
#include <daq/error.hpp>
#include <daq/fits/json.hpp>
#include <daq/op/abort.hpp>
#include <daq/op/awaitPrim.hpp>
#include <daq/op/initiate.hpp>
#include <daq/op/start.hpp>
#include <daq/op/stop.hpp>
Go to the source code of this file.
Namespaces | |
daq | |
Functions | |
std::ostream & | daq::operator<< (std::ostream &os, DaqController const &daq) |
nlohmann::json | daq::CreateDataProductSpecification (DaqContext const &ctx, log4cplus::Logger &logger) |
Creates a Data Product Specification as serialized JSON from the provided DaqContext. More... | |