ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
Public Member Functions | List of all members
daq::op::StartAsync Struct Reference

A composite async operation that starts DAQ. More...

#include <start.hpp>

Public Member Functions

 StartAsync (AsyncOpParams params) noexcept
 
boost::future< void > Initiate ()
 Initiates operation that starts metadata acquisition. More...
 

Detailed Description

A composite async operation that starts DAQ.

Definition at line 36 of file start.hpp.

Constructor & Destructor Documentation

◆ StartAsync()

daq::op::StartAsync::StartAsync ( AsyncOpParams  params)
explicitnoexcept

Definition at line 66 of file start.cpp.

Member Function Documentation

◆ Initiate()

boost::future< void > daq::op::StartAsync::Initiate ( )

Initiates operation that starts metadata acquisition.

Postcondition
Async operation has been initated.
Returns
future that is set on failure when when primary data acquisition has started.
Note
Caller is responsible for keeping object alive until result is set.

Definition at line 69 of file start.cpp.


The documentation for this struct was generated from the following files: