Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[22497] Regenerate types with Fast DDS Gen v4.0.3 #193

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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