ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
Classes | Namespaces
start.hpp File Reference

Contains declaration for the StartAsync operation. More...

#include "../config.hpp"
#include "../dpPart.hpp"
#include "asyncOpParams.hpp"
#include <vector>
#include <chrono>
#include <boost/thread/future.hpp>

Go to the source code of this file.

Classes

struct  daq::op::OpStat
 Keeps record when operation started and finished. More...
 
struct  daq::op::StartAsync
 A composite async operation that starts DAQ. More...
 

Namespaces

 daq
 
 daq::op
 

Detailed Description

Contains declaration for the StartAsync operation.

Definition in file start.hpp.


Class Documentation

◆ daq::op::OpStat

struct daq::op::OpStat

Keeps record when operation started and finished.

Definition at line 24 of file start.hpp.

Class Members
time_point< steady_clock > begin
time_point< steady_clock > end