ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
Await specific parameters that is not provided with AsyncOpParams. More...
#include <asyncOpParams.hpp>
Public Types | |
using | Duration = std::chrono::milliseconds |
Public Member Functions | |
AwaitOpParams (AsyncOpParams common_arg, AwaitOpParams::Duration wait_interval_arg) noexcept | |
AwaitOpParams (AwaitOpParams const &)=default | |
AwaitOpParams (AwaitOpParams &&)=default | |
Public Attributes | |
AsyncOpParams | common |
Duration | wait_interval |
Total amount of time to wait for condition to be fulfilled. More... | |
Await specific parameters that is not provided with AsyncOpParams.
@important The clients provided must be configured with a reply timeout that takes the wait timeout into account, otherwise MAL will time out before reply is sent.
Definition at line 114 of file asyncOpParams.hpp.
using daq::op::AwaitOpParams::Duration = std::chrono::milliseconds |
Definition at line 115 of file asyncOpParams.hpp.
|
inlinenoexcept |
Definition at line 116 of file asyncOpParams.hpp.
|
default |
|
default |
AsyncOpParams daq::op::AwaitOpParams::common |
Definition at line 122 of file asyncOpParams.hpp.
Duration daq::op::AwaitOpParams::wait_interval |
Total amount of time to wait for condition to be fulfilled.
Definition at line 127 of file asyncOpParams.hpp.