|
ifw-daq 3.1.0
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 | AddDefaultExpectations (MockRsyncAsyncProcess &mock) const |
| void | SetHook (Hook f) |
Public Attributes | |
| std::vector< MockRsyncAsyncProcess * > | procs |
| Hook | hook |
| std::vector< std::string > | rsync_dummy_args |
Definition at line 27 of file testDaqController.cpp.
| using daq::dpm::FakeRsyncFactory::Hook = std::function<void(MockRsyncAsyncProcess&)> |
Definition at line 28 of file testDaqController.cpp.
|
inline |
Definition at line 43 of file testDaqController.cpp.
|
inline |
Definition at line 29 of file testDaqController.cpp.
|
inline |
Definition at line 47 of file testDaqController.cpp.
| Hook daq::dpm::FakeRsyncFactory::hook |
Definition at line 51 of file testDaqController.cpp.
| std::vector<MockRsyncAsyncProcess*> daq::dpm::FakeRsyncFactory::procs |
Definition at line 50 of file testDaqController.cpp.
| std::vector<std::string> daq::dpm::FakeRsyncFactory::rsync_dummy_args |
Definition at line 52 of file testDaqController.cpp.