#include <helpers.hpp>
|
| | FakeReaderBase (const char *shm_name) |
| |
| template<class Operation , class Rep , class Period > |
| std::pair< std::error_code, size_t > | Read (Operation &&op, size_t count, std::chrono::duration< Rep, Period > timeout) |
| |
| template<class Rep , class Period > |
| std::pair< std::error_code, size_t > | Skip (size_t count, std::chrono::duration< Rep, Period > timeout) |
| |
| std::error_code | Reset () |
| |
| size_t | Size () |
| |
| size_t | NumAvailable () |
| |
◆ FakeReaderBase()
template<
typename TopicType ,
size_t max_reads = std::numeric_limits<size_t>::max()>
◆ MakeReader()
template<
typename TopicType ,
size_t max_reads = std::numeric_limits<size_t>::max()>
◆ NumAvailable()
template<
typename TopicType ,
size_t max_reads = std::numeric_limits<size_t>::max()>
◆ Read()
template<
typename TopicType ,
size_t max_reads = std::numeric_limits<size_t>::max()>
◆ Reset()
template<
typename TopicType ,
size_t max_reads = std::numeric_limits<size_t>::max()>
◆ Size()
template<
typename TopicType ,
size_t max_reads = std::numeric_limits<size_t>::max()>
◆ Skip()
template<
typename TopicType ,
size_t max_reads = std::numeric_limits<size_t>::max()>
◆ m_available
template<
typename TopicType ,
size_t max_reads = std::numeric_limits<size_t>::max()>
◆ m_sample
template<
typename TopicType ,
size_t max_reads = std::numeric_limits<size_t>::max()>
◆ m_size
template<
typename TopicType ,
size_t max_reads = std::numeric_limits<size_t>::max()>
The documentation for this class was generated from the following file: