RTC Toolkit  0.1.0-alpha
mockCorrelatorIf.hpp
Go to the documentation of this file.
1 
8 #ifndef RTCTK_TELSUB_MOCKCORRELATORIF_HPP
9 #define RTCTK_TELSUB_MOCKCORRELATORIF_HPP
10 #include <gmock/gmock.h>
12 
13 namespace rtctk::telSub {
15  MOCK_METHOD2(Poll, std::error_code(CorrelatedDataSamplesRef&, std::chrono::milliseconds));
16 };
17 
18 } // namespace rtctk::telSub
19 #endif // #ifndef RTCTK_TELSUB_MOCKCORRELATORIF_HPP
rtctk::telSub::CorrelatorIf
Definition: correlatorIf.hpp:24
rtctk::telSub::CorrelatorIf::Poll
virtual std::error_code Poll(CorrelatedDataSamplesRef &samples, std::chrono::milliseconds timeout) RTCTK_NOEXCEPT=0
rtctk::telSub::MockCorrelatorIf
Definition: mockCorrelatorIf.hpp:14
rtctk::telSub::MockCorrelatorIf::MOCK_METHOD2
MOCK_METHOD2(Poll, std::error_code(CorrelatedDataSamplesRef &, std::chrono::milliseconds))
rtctk::telSub
Definition: businessLogic.cpp:35
correlatorIf.hpp
Declares CorrelatorIf.
rtctk::telSub::CorrelatedDataSamplesRef
Definition: dataSample.hpp:38