|
RTC Toolkit 5.1.0
|
#include <mockCorrelatorIf.hpp>
Public Member Functions | |
| MOCK_METHOD2 (Poll, std::optional< CorrelationError >(std::chrono::milliseconds, const DataSamplesView *&)) | |
| MOCK_METHOD0 (Reset, void()) | |
| MOCK_METHOD0 (CheckDdsConnections, void()) | |
| MOCK_CONST_METHOD0 (GetLastSampleId, std::optional< std::uint32_t >()) | |
Public Member Functions inherited from rtctk::telSub::CorrelatorIf | |
| virtual | ~CorrelatorIf () |
| virtual std::optional< std::uint32_t > | GetLastSampleId () const RTCTK_NOEXCEPT=0 |
| virtual std::optional< CorrelationError > | Poll (std::chrono::milliseconds timeout, const DataSamplesView *&view) RTCTK_NOEXCEPT=0 |
| Perform correlation on existing or newly taken data samples. | |
| virtual void | Reset () RTCTK_NOEXCEPT=0 |
| Resets internal state. | |
| virtual void | CheckDdsConnections ()=0 |
| rtctk::telSub::MockCorrelatorIf::MOCK_CONST_METHOD0 | ( | GetLastSampleId | , |
| std::optional< std::uint32_t > | () ) |
| rtctk::telSub::MockCorrelatorIf::MOCK_METHOD0 | ( | CheckDdsConnections | , |
| void() | ) |
| rtctk::telSub::MockCorrelatorIf::MOCK_METHOD2 | ( | Poll | , |
| std::optional< CorrelationError > | std::chrono::milliseconds, const DataSamplesView *& ) |