Skip to content

Commit

Permalink
Regenerate types after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez committed Feb 15, 2024
1 parent af01e15 commit bf49f7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9499,7 +9499,7 @@ void register_ContentFilterTestType_type_identifier()
std::string type_id_kind_anonymous_sequence_anonymous_string_unbounded_5("TI_PLAIN_SEQUENCE_SMALL");
if (type_id_kind_anonymous_sequence_anonymous_string_unbounded_5 == "TI_PLAIN_SEQUENCE_SMALL")
{
SBound bound = 0;
SBound bound = static_cast<SBound>(5);
PlainSequenceSElemDefn seq_sdefn = TypeObjectUtils::build_plain_sequence_s_elem_defn(header_anonymous_sequence_anonymous_string_unbounded_5, bound,
eprosima::fastcdr::external<TypeIdentifier>(element_identifier_anonymous_sequence_anonymous_string_unbounded_5));
if (eprosima::fastdds::dds::RETCODE_BAD_PARAMETER ==
Expand Down Expand Up @@ -9727,7 +9727,7 @@ void register_ContentFilterTestType_type_identifier()
std::string type_id_kind_anonymous_sequence_Color_5("TI_PLAIN_SEQUENCE_SMALL");
if (type_id_kind_anonymous_sequence_Color_5 == "TI_PLAIN_SEQUENCE_SMALL")
{
SBound bound = 0;
SBound bound = static_cast<SBound>(5);
PlainSequenceSElemDefn seq_sdefn = TypeObjectUtils::build_plain_sequence_s_elem_defn(header_anonymous_sequence_Color_5, bound,
eprosima::fastcdr::external<TypeIdentifier>(element_identifier_anonymous_sequence_Color_5));
if (eprosima::fastdds::dds::RETCODE_BAD_PARAMETER ==
Expand Down Expand Up @@ -9955,7 +9955,7 @@ void register_ContentFilterTestType_type_identifier()
std::string type_id_kind_anonymous_sequence_Material_5("TI_PLAIN_SEQUENCE_SMALL");
if (type_id_kind_anonymous_sequence_Material_5 == "TI_PLAIN_SEQUENCE_SMALL")
{
SBound bound = 0;
SBound bound = static_cast<SBound>(5);
PlainSequenceSElemDefn seq_sdefn = TypeObjectUtils::build_plain_sequence_s_elem_defn(header_anonymous_sequence_Material_5, bound,
eprosima::fastcdr::external<TypeIdentifier>(element_identifier_anonymous_sequence_Material_5));
if (eprosima::fastdds::dds::RETCODE_BAD_PARAMETER ==
Expand Down Expand Up @@ -11286,7 +11286,7 @@ void register_ContentFilterTestType_type_identifier()
std::string type_id_kind_anonymous_sequence_StructType_5("TI_PLAIN_SEQUENCE_SMALL");
if (type_id_kind_anonymous_sequence_StructType_5 == "TI_PLAIN_SEQUENCE_SMALL")
{
SBound bound = 0;
SBound bound = static_cast<SBound>(5);
PlainSequenceSElemDefn seq_sdefn = TypeObjectUtils::build_plain_sequence_s_elem_defn(header_anonymous_sequence_StructType_5, bound,
eprosima::fastcdr::external<TypeIdentifier>(element_identifier_anonymous_sequence_StructType_5));
if (eprosima::fastdds::dds::RETCODE_BAD_PARAMETER ==
Expand Down
1 change: 1 addition & 0 deletions test/unittest/dynamic_types/idl/Test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#else
#define eProsima_user_DllExport
#endif // _WIN32

#if defined(_WIN32)
#if defined(EPROSIMA_USER_DLL_EXPORT)
#if defined(TEST_SOURCE)
Expand Down

0 comments on commit bf49f7b

Please sign in to comment.