Skip to content

Commit

Permalink
Update RTPS API method name (#3230)
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>

Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez authored Jan 18, 2023
1 parent b9e57db commit 4dde7d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/fastdds/rtps/writer/RTPSWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,13 @@ class RTPSWriter
RTPS_DllAPI virtual const fastdds::rtps::IReaderDataFilter* reader_data_filter() const = 0;

/**
* @brief Check if a specific change has been delivered to the transport layer at least once.
* @brief Check if a specific change has been delivered to the transport layer of every matched remote RTPSReader
* at least once.
*
* @param change Pointer to the CacheChange to check.
* @return true if delivered. False otherwise.
*/
RTPS_DllAPI virtual bool has_been_delivered(
RTPS_DllAPI virtual bool has_been_fully_delivered(
const CacheChange_t* change) const
{
static_cast<void>(change);
Expand Down

0 comments on commit 4dde7d3

Please sign in to comment.