|
RTC Toolkit
0.1.0-alpha
|
Public Member Functions | |
| MockPubThread () | |
| MOCK_METHOD1 (push, bool(topicT const &value)) | |
Public Member Functions inherited from rtctk::telRepub::PubThreadBase<> | |
| PubThreadBase (const char *topic_name) | |
| virtual | ~PubThreadBase () |
| virtual bool | push (topicT const &value) |
| std::string | getTopicName () |
Additional Inherited Members | |
Protected Attributes inherited from rtctk::telRepub::PubThreadBase<> | |
| bool | push_ret |
| boost::lockfree::spsc_queue< topicT, boost::lockfree::capacity< 3000 > > * | queue_m |
| unsigned long | rcvSamples_m |
| unsigned long | skipedSamples_m |
| uint32_t | lastSkipedSample_m |
| std::string | topic_name_m |
| boost::mutex | mut |
| boost::condition_variable | cond |
|
inline |