Skip to content

Commit

Permalink
Debugging2
Browse files Browse the repository at this point in the history
Signed-off-by: adriancampo <adriancampo@eprosima.com>
  • Loading branch information
adriancampo committed Apr 9, 2024
1 parent 8f05d91 commit 4e6bea8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/cpp/rtps/builtin/data/WriterProxyData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -955,11 +955,13 @@ bool WriterProxyData::readFromCDRMessage(
{
try
{
if (!fastdds::dds::QosPoliciesSerializer<xtypes::TypeInformationParameter>::
read_from_cdr_message(type_information(), msg, plength))
{
return false;
}
// if (!fastdds::dds::QosPoliciesSerializer<xtypes::TypeInformationParameter>::
// read_from_cdr_message(type_information(), msg, plength))
// {
// return false;
// }
std::cerr << "DOING PID_TYPE_INFORMATION " << '\n';

break;
}
catch (std::exception& ex)
Expand Down

0 comments on commit 4e6bea8

Please sign in to comment.