Skip to content

Commit

Permalink
Refs #20129: 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 Jan 25, 2024
1 parent 54ba34d commit 1186bad
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <utility>
#include <vector>


#if defined(_WIN32)
#if defined(EPROSIMA_USER_DLL_EXPORT)
#define eProsima_user_DllExport __declspec( dllexport )
Expand All @@ -51,8 +52,6 @@
#define ADVANCEDCONFIGURATION_DllAPI
#endif // _WIN32



/*!
* @brief This class represents the structure AdvancedConfiguration defined by the user in the IDL file.
* @ingroup AdvancedConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,18 @@
* This file was generated by the tool fastddsgen.
*/

#include "HelloWorldPubSubTypes.h"
#include "AdvancedConfigurationPubSubTypes.h"

#include <fastdds/dds/log/Log.hpp>
#include <fastdds/rtps/common/CdrSerialization.hpp>

#include "AdvancedConfigurationPubSubTypes.h"
#include "AdvancedConfigurationCdrAux.hpp"
#include "AdvancedConfigurationTypeObjectSupport.hpp"

using SerializedPayload_t = eprosima::fastrtps::rtps::SerializedPayload_t;
using InstanceHandle_t = eprosima::fastrtps::rtps::InstanceHandle_t;
using DataRepresentationId_t = eprosima::fastdds::dds::DataRepresentationId_t;



AdvancedConfigurationPubSubType::AdvancedConfigurationPubSubType()
{
setName("AdvancedConfiguration");
Expand Down Expand Up @@ -221,9 +219,9 @@ bool AdvancedConfigurationPubSubType::getKey(
return true;
}

void HelloWorldPubSubType::register_type_object_representation() const
void AdvancedConfigurationPubSubType::register_type_object_representation() const
{
register_HelloWorld_type_objects();
register_AdvancedConfiguration_type_objects();
}


Expand Down
Loading

0 comments on commit 1186bad

Please sign in to comment.