#include <mockCorrelatorIf.hpp>
|
| | MOCK_METHOD (std::optional< CorrelationError >, Poll,(std::chrono::milliseconds, const DataSamplesView *&),(noexcept)) |
| |
| | MOCK_METHOD (void, Reset,(),(noexcept)) |
| |
| | MOCK_METHOD (void, CheckDdsConnections,()) |
| |
| | MOCK_METHOD (std::optional< std::uint32_t >, GetLastSampleId,(),(const, noexcept)) |
| |
| virtual | ~CorrelatorIf ()=default |
| |
| virtual std::optional< std::uint32_t > | GetLastSampleId () const noexcept=0 |
| |
| virtual std::optional< CorrelationError > | Poll (std::chrono::milliseconds timeout, const DataSamplesView *&view) noexcept=0 |
| | Perform correlation on existing or newly taken data samples.
|
| |
| virtual void | Reset () noexcept=0 |
| | Resets internal state.
|
| |
| virtual void | CheckDdsConnections ()=0 |
| |
◆ MOCK_METHOD() [1/4]
◆ MOCK_METHOD() [2/4]
| rtctk::telSub::MockCorrelatorIf::MOCK_METHOD |
( |
std::optional< std::uint32_t > | , |
|
|
GetLastSampleId | , |
|
|
() | , |
|
|
(const, noexcept) | ) |
◆ MOCK_METHOD() [3/4]
◆ MOCK_METHOD() [4/4]
| rtctk::telSub::MockCorrelatorIf::MOCK_METHOD |
( |
void | , |
|
|
Reset | , |
|
|
() | , |
|
|
(noexcept) | ) |
The documentation for this struct was generated from the following file: