ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
Definition of daq::ManagerImpl
and related utilities.
More...
#include <daq/manager.hpp>
#include <algorithm>
#include <stdexcept>
#include <time.h>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <log4cplus/loggingmacros.h>
#include <mal/Mal.hpp>
#include <daq/conversion.hpp>
#include <daq/daqController.hpp>
#include <daq/error/report.hpp>
#include <daq/status.hpp>
#include <daq/workspace.hpp>
#include <daq/op/awaitState.hpp>
#include <daq/op/initiate.hpp>
Go to the source code of this file.
Namespaces | |
daq | |
Functions | |
bool | daq::IsStale (ManagerParams const ¶ms, State state, std::chrono::system_clock::time_point creation_time) |
std::string | daq::MakeIdCandidate (char const *instrument_id, unsigned jitter=0, std::chrono::system_clock::time_point *out=nullptr) |
Creates a DAQ id candidate that may or may not be unique. More... | |
Definition of daq::ManagerImpl
and related utilities.
Definition in file manager.cpp.