Skip to content

Commit cec76a5

Browse files
authored
Regenerate types with Fast DDS Gen 4.0.3 (#991)
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent 87fd32f commit cec76a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/Examples/C++/DDSHelloWorld/src/HelloWorldPubSubTypes.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ bool HelloWorldPubSubType::serialize(
7676
ser.serialize_encapsulation();
7777
// Serialize the object.
7878
ser << *p_type;
79+
ser.set_dds_cdr_options({0,0});
7980
}
8081
catch (eprosima::fastcdr::exception::Exception& /*exception*/)
8182
{

0 commit comments

Comments
 (0)