We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fd32f commit cec76a5Copy full SHA for cec76a5
code/Examples/C++/DDSHelloWorld/src/HelloWorldPubSubTypes.cxx
@@ -76,6 +76,7 @@ bool HelloWorldPubSubType::serialize(
76
ser.serialize_encapsulation();
77
// Serialize the object.
78
ser << *p_type;
79
+ ser.set_dds_cdr_options({0,0});
80
}
81
catch (eprosima::fastcdr::exception::Exception& /*exception*/)
82
{
0 commit comments