20#ifndef FASTDDS_RTPS_INTERFACES__IREADERDATAFILTER_HPP
21#define FASTDDS_RTPS_INTERFACES__IREADERDATAFILTER_HPP
23#include <fastdds/rtps/common/CacheChange.hpp>
24#include <fastdds/rtps/common/Guid.hpp>
Abstract class IReaderDataFilter that acts as virtual interface for data filters in ReaderProxy.
Definition IReaderDataFilter.hpp:36
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 ...
Structure CacheChange_t, contains information on a specific CacheChange.
Definition CacheChange.hpp:78
Structure GUID_t, entity identifier, unique in DDS-RTPS Domain.
Definition Guid.hpp:40