Skip to content

Commit 107485b

Browse files
Apply suggestions
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
1 parent cf2ba4f commit 107485b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ddspipe_participants/include/ddspipe_participants/writer/dds/filter/RepeaterDataFilter.hpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ namespace ddspipe {
2525
namespace participants {
2626
namespace dds {
2727

28+
/**
29+
* Struct containing all relevant information for the RepeaterDataFilter.
30+
*/
2831
struct RepeaterWriteData : public fastdds::rtps::WriteParams::UserWriteData
2932
{
30-
fastdds::rtps::GuidPrefix_t last_writer_guid_prefix; ///< GUID of the writer that sent this change.
33+
// GUID of the writer that sent this change.
34+
fastdds::rtps::GuidPrefix_t last_writer_guid_prefix;
3135
};
3236

3337
/**

0 commit comments

Comments
 (0)