8#ifndef OCM_DAQ_OP_ABORT_HPP_
9#define OCM_DAQ_OP_ABORT_HPP_
12#include <boost/thread/future.hpp>
38 [[nodiscard]] boost::future<ResultType>
Initiate();
44 [[nodiscard]] boost::future<void> AbortMeta();
48 [[nodiscard]] boost::future<void> AbortPrim();
Contains error related declarations for DAQ.
ErrorPolicy
Error policy supported by certain operations.
Utility class that represents a result and an error.
A composite async operation that aborts a DAQ.
boost::future< ResultType > Initiate()
Initiates operation that stats metadata acquisition.
Parameters required for each async operation.
Declaration of utilities.