RTC Toolkit  0.1.0-alpha
mockShmPublisherIf.hpp
Go to the documentation of this file.
1 
8 #ifndef RTCTK_TELSUB_MOCKSHMPUBLISHERIF_HPP
9 #define RTCTK_TELSUB_MOCKSHMPUBLISHERIF_HPP
10 #include <gmock/gmock.h>
12 
13 namespace rtctk::telSub {
15  MOCK_METHOD1(Publish, std::error_code(CorrelatedDataSamplesRef const&));
17 };
18 
19 } // namespace rtctk::telSub
20 #endif // #ifndef RTCTK_TELSUB_MOCKSHMPUBLISHERIF_HPP
rtctk::telSub::ShmPublisherIf
Definition: shmPublisherIf.hpp:25
shmPublisherIf.hpp
Declares ShmPublisher.
rtctk::telSub::MockShmPublisherIf::MOCK_METHOD1
MOCK_METHOD1(Publish, std::error_code(CorrelatedDataSamplesRef const &))
rtctk::telSub::ShmPublisherIf::CloseQueue
virtual void CloseQueue() RTCTK_NOEXCEPT=0
rtctk::telSub::ShmPublisherIf::Publish
virtual std::error_code Publish(CorrelatedDataSamplesRef const &dds_samples) RTCTK_NOEXCEPT=0
rtctk::telSub::MockShmPublisherIf
Definition: mockShmPublisherIf.hpp:14
rtctk::telSub::MockShmPublisherIf::MOCK_METHOD0
MOCK_METHOD0(CloseQueue, void())
rtctk::telSub
Definition: businessLogic.cpp:35
rtctk::telSub::CorrelatedDataSamplesRef
Definition: dataSample.hpp:38