#include <recifMock.hpp>
|
| MOCK_METHOD1 (RecStart, ::elt::mal::future< std::shared_ptr<::recif::RecStatus >>(const std::shared_ptr<::recif::RecProperties > &)) |
|
| MOCK_METHOD0 (RecContinue, ::elt::mal::future< std::shared_ptr<::recif::RecStatus >>()) |
|
| MOCK_METHOD0 (RecStop, ::elt::mal::future< std::shared_ptr<::recif::RecStatus >>()) |
|
| MOCK_METHOD0 (RecAbort, ::elt::mal::future< std::string >()) |
|
| MOCK_METHOD0 (RecPause, ::elt::mal::future< std::shared_ptr<::recif::RecStatus >>()) |
|
| MOCK_METHOD1 (RecStatus, ::elt::mal::future< std::shared_ptr<::recif::RecStatus >>(const std::string &)) |
|
| MOCK_METHOD1 (RecWait, ::elt::mal::future< std::shared_ptr<::recif::RecWaitStatus >>(const std::shared_ptr< recif::RecWaitSpec > &)) |
|
| MOCK_CONST_METHOD0 (getMal, std::shared_ptr<::elt::mal::Mal >()) |
|
| MOCK_METHOD0 (asyncConnect, ::elt::mal::future< void >()) |
|
| MOCK_METHOD1 (registerConnectionListener, elt::mal::rr::ListenerRegistration(elt::mal::rr::ClientRrEntity::ConnectionListener)) |
|
Definition at line 17 of file recifMock.hpp.
◆ MOCK_CONST_METHOD0()
daq::RecCmdsAsyncMock::MOCK_CONST_METHOD0 |
( |
getMal |
, |
|
|
std::shared_ptr<::elt::mal::Mal > |
() |
|
) |
| |
◆ MOCK_METHOD0() [1/5]
daq::RecCmdsAsyncMock::MOCK_METHOD0 |
( |
asyncConnect |
, |
|
|
::elt::mal::future< void > |
() |
|
) |
| |
◆ MOCK_METHOD0() [2/5]
daq::RecCmdsAsyncMock::MOCK_METHOD0 |
( |
RecAbort |
, |
|
|
::elt::mal::future< std::string > |
() |
|
) |
| |
◆ MOCK_METHOD0() [3/5]
daq::RecCmdsAsyncMock::MOCK_METHOD0 |
( |
RecContinue |
, |
|
|
::elt::mal::future< std::shared_ptr<::recif::RecStatus >> |
() |
|
) |
| |
◆ MOCK_METHOD0() [4/5]
daq::RecCmdsAsyncMock::MOCK_METHOD0 |
( |
RecPause |
, |
|
|
::elt::mal::future< std::shared_ptr<::recif::RecStatus >> |
() |
|
) |
| |
◆ MOCK_METHOD0() [5/5]
daq::RecCmdsAsyncMock::MOCK_METHOD0 |
( |
RecStop |
, |
|
|
::elt::mal::future< std::shared_ptr<::recif::RecStatus >> |
() |
|
) |
| |
◆ MOCK_METHOD1() [1/4]
daq::RecCmdsAsyncMock::MOCK_METHOD1 |
( |
RecStart |
, |
|
|
::elt::mal::future< std::shared_ptr<::recif::RecStatus >> |
const std::shared_ptr<::recif::RecProperties > & |
|
) |
| |
◆ MOCK_METHOD1() [2/4]
daq::RecCmdsAsyncMock::MOCK_METHOD1 |
( |
RecStatus |
, |
|
|
::elt::mal::future< std::shared_ptr<::recif::RecStatus >> |
const std::string & |
|
) |
| |
◆ MOCK_METHOD1() [3/4]
daq::RecCmdsAsyncMock::MOCK_METHOD1 |
( |
RecWait |
, |
|
|
::elt::mal::future< std::shared_ptr<::recif::RecWaitStatus >> |
const std::shared_ptr< recif::RecWaitSpec > & |
|
) |
| |
◆ MOCK_METHOD1() [4/4]
daq::RecCmdsAsyncMock::MOCK_METHOD1 |
( |
registerConnectionListener |
, |
|
|
elt::mal::rr::ListenerRegistration(elt::mal::rr::ClientRrEntity::ConnectionListener) |
|
|
) |
| |
The documentation for this struct was generated from the following file: