Skip to content

Commit

Permalink
Refs #20306: Apply Miguel's suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Jan 24, 2024
1 parent 99723c2 commit b336b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/cpp/rtps/builtin/data/ParticipantProxyData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ bool ParticipantProxyData::readFromCDRMessage(
// TODO(eduponz): This is a workaround for the moment, as it is implicitly assuming
// that the vendor ID parameter came before this one. In the future, we should propagate
// the vendor ID from the RTPS message header using the CacheChange and check it here.
FASTDDS_TODO_BEFORE(2, 14, "Add vendor ID to CacheChange");
if (c_VendorId_eProsima != m_VendorId)
{
return true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ TEST(BuiltinDataSerializationTests, other_vendor_parameter_list_with_custom_pids

// PID_PARTICIPANT_GUID
0x50, 0, 16, 0,
1, 16, 54, 83, 136, 247, 149, 252, 47, 105, 174, 141, 0, 0, 1, 193,
2, 0, 54, 83, 136, 247, 149, 252, 47, 105, 174, 141, 0, 0, 1, 193,

// PID_NETWORK_CONFIGURATION_SET
0x07, 0x80, 8, 0,
Expand Down

0 comments on commit b336b07

Please sign in to comment.