Skip to content

Commit

Permalink
Regenerate types with Fast DDS Gen v4.0.3 (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL authored Dec 18, 2024
1 parent da3211f commit cb8046d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions types/KeylessShapeTypePubSubTypes.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ namespace shapes_demo_typesupport {
ser.serialize_encapsulation();
// Serialize the object.
ser << *p_type;
ser.set_dds_cdr_options({0,0});
}
catch (eprosima::fastcdr::exception::Exception& /*exception*/)
{
Expand Down
4 changes: 2 additions & 2 deletions types/KeylessShapeTypeTypeObjectSupport.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ void register_KeylessShapeType_type_identifier(
ReturnCode_t return_code_KeylessShapeType {eprosima::fastdds::dds::RETCODE_OK};
return_code_KeylessShapeType =
eprosima::fastdds::dds::DomainParticipantFactory::get_instance()->type_object_registry().get_type_identifiers(
"shapes_demo_typesupport::idl::KeylessShapeType", type_ids_KeylessShapeType);
"shapes_demo_typesupport::idl::dds_::KeylessShapeType_", type_ids_KeylessShapeType);
if (eprosima::fastdds::dds::RETCODE_OK != return_code_KeylessShapeType)
{
StructTypeFlag struct_flags_KeylessShapeType = TypeObjectUtils::build_struct_type_flag(eprosima::fastdds::dds::xtypes::ExtensibilityKind::FINAL,
false, false);
QualifiedTypeName type_name_KeylessShapeType = "shapes_demo_typesupport::idl::KeylessShapeType";
QualifiedTypeName type_name_KeylessShapeType = "shapes_demo_typesupport::idl::dds_::KeylessShapeType_";
eprosima::fastcdr::optional<AppliedBuiltinTypeAnnotations> type_ann_builtin_KeylessShapeType;
eprosima::fastcdr::optional<AppliedAnnotationSeq> ann_custom_KeylessShapeType;
CompleteTypeDetail detail_KeylessShapeType = TypeObjectUtils::build_complete_type_detail(type_ann_builtin_KeylessShapeType, ann_custom_KeylessShapeType, type_name_KeylessShapeType.to_string());
Expand Down
1 change: 1 addition & 0 deletions types/ShapePubSubTypes.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ bool ShapeTypePubSubType::serialize(
ser.serialize_encapsulation();
// Serialize the object.
ser << *p_type;
ser.set_dds_cdr_options({0,0});
}
catch (eprosima::fastcdr::exception::Exception& /*exception*/)
{
Expand Down

0 comments on commit cb8046d

Please sign in to comment.