Abstract class IReaderDataFilter that acts as virtual interface for data filters in ReaderProxy. More...
#include <IReaderDataFilter.hpp>
Public Member Functions | |
virtual bool | is_relevant (const fastdds::rtps::CacheChange_t &change, const fastdds::rtps::GUID_t &reader_guid) const =0 |
This method checks whether a CacheChange_t is relevant for the specified reader This callback should return always the same result given the same arguments. | |
Abstract class IReaderDataFilter that acts as virtual interface for data filters in ReaderProxy.
|
pure virtual |
This method checks whether a CacheChange_t is relevant for the specified reader This callback should return always the same result given the same arguments.
change | The CacheChange_t to be evaluated |
reader_guid | remote reader GUID_t |