ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
Public Types | |
using | Hook = std::function< void(MockRsyncAsyncProcess &)> |
Public Member Functions | |
std::unique_ptr< RsyncAsyncProcessIf > | operator() (boost::asio::io_context &, std::string, std::string, RsyncOptions const &, RsyncAsyncProcess::DryRun) |
void | SetHook (Hook f) |
Public Attributes | |
std::vector< MockRsyncAsyncProcess * > | procs |
Hook | hook |
Definition at line 26 of file testDaqController.cpp.
using daq::dpm::FakeRsyncFactory::Hook = std::function<void(MockRsyncAsyncProcess&)> |
Definition at line 27 of file testDaqController.cpp.
|
inline |
Definition at line 28 of file testDaqController.cpp.
|
inline |
Definition at line 40 of file testDaqController.cpp.
Hook daq::dpm::FakeRsyncFactory::hook |
Definition at line 44 of file testDaqController.cpp.
std::vector<MockRsyncAsyncProcess*> daq::dpm::FakeRsyncFactory::procs |
Definition at line 43 of file testDaqController.cpp.