Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/Benchmark.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_HPP
#define FAST_DDS_GENERATED__BENCHMARK_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_IDL_HPP
#define FAST_DDS_GENERATED__BENCHMARK_IDL_HPP

#include <cstdint>
#include <utility>
Expand Down Expand Up @@ -173,6 +173,6 @@ class BenchMark

};

#endif // _FAST_DDS_GENERATED_BENCHMARK_HPP_
#endif // _FAST_DDS_GENERATED_BENCHMARK_IDL_HPP_


6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/BenchmarkCdrAux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARKCDRAUX_HPP
#define FAST_DDS_GENERATED__BENCHMARKCDRAUX_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_IDLCDRAUX_HPP
#define FAST_DDS_GENERATED__BENCHMARK_IDLCDRAUX_HPP

#include "Benchmark.hpp"

Expand All @@ -42,5 +42,5 @@ eProsima_user_DllExport void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // FAST_DDS_GENERATED__BENCHMARKCDRAUX_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_IDLCDRAUX_HPP

9 changes: 6 additions & 3 deletions examples/cpp/benchmark/types/BenchmarkCdrAux.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARKCDRAUX_IPP
#define FAST_DDS_GENERATED__BENCHMARKCDRAUX_IPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_IDLCDRAUX_IPP
#define FAST_DDS_GENERATED__BENCHMARK_IDLCDRAUX_IPP

#include "BenchmarkCdrAux.hpp"

Expand Down Expand Up @@ -81,6 +81,9 @@ eProsima_user_DllExport void deserialize(
eprosima::fastcdr::Cdr& cdr,
BenchMark& data)
{
data.index(0);


cdr.deserialize_type(eprosima::fastcdr::CdrVersion::XCDRv2 == cdr.get_cdr_version() ?
eprosima::fastcdr::EncodingAlgorithmFlag::DELIMIT_CDR2 :
eprosima::fastcdr::EncodingAlgorithmFlag::PLAIN_CDR,
Expand Down Expand Up @@ -117,5 +120,5 @@ void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // FAST_DDS_GENERATED__BENCHMARKCDRAUX_IPP
#endif // FAST_DDS_GENERATED__BENCHMARK_IDLCDRAUX_IPP

6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/BenchmarkPubSubTypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*/


#ifndef FAST_DDS_GENERATED__BENCHMARK_PUBSUBTYPES_HPP
#define FAST_DDS_GENERATED__BENCHMARK_PUBSUBTYPES_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_IDL_PUBSUBTYPES_HPP
#define FAST_DDS_GENERATED__BENCHMARK_IDL_PUBSUBTYPES_HPP

#include <mutex>

Expand Down Expand Up @@ -119,5 +119,5 @@ class BenchMarkPubSubType : public eprosima::fastdds::dds::TopicDataType
};


#endif // FAST_DDS_GENERATED__BENCHMARK_PUBSUBTYPES_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_IDL_PUBSUBTYPES_HPP

6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/BenchmarkTypeObjectSupport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_TYPE_OBJECT_SUPPORT_HPP
#define FAST_DDS_GENERATED__BENCHMARK_TYPE_OBJECT_SUPPORT_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_IDL_TYPE_OBJECT_SUPPORT_HPP
#define FAST_DDS_GENERATED__BENCHMARK_IDL_TYPE_OBJECT_SUPPORT_HPP

#include <fastdds/dds/xtypes/type_representation/TypeObject.hpp>

Expand Down Expand Up @@ -53,4 +53,4 @@ eProsima_user_DllExport void register_BenchMark_type_identifier(

#endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#endif // FAST_DDS_GENERATED__BENCHMARK_TYPE_OBJECT_SUPPORT_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_IDL_TYPE_OBJECT_SUPPORT_HPP
6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_big.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_BIG_HPP
#define FAST_DDS_GENERATED__BENCHMARK_BIG_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_BIG_IDL_HPP
#define FAST_DDS_GENERATED__BENCHMARK_BIG_IDL_HPP

#include <array>
#include <cstdint>
Expand Down Expand Up @@ -221,6 +221,6 @@ class BenchMarkBig

};

#endif // _FAST_DDS_GENERATED_BENCHMARK_BIG_HPP_
#endif // _FAST_DDS_GENERATED_BENCHMARK_BIG_IDL_HPP_


6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_bigCdrAux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_BIGCDRAUX_HPP
#define FAST_DDS_GENERATED__BENCHMARK_BIGCDRAUX_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_BIG_IDLCDRAUX_HPP
#define FAST_DDS_GENERATED__BENCHMARK_BIG_IDLCDRAUX_HPP

#include "Benchmark_big.hpp"

Expand All @@ -42,5 +42,5 @@ eProsima_user_DllExport void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // FAST_DDS_GENERATED__BENCHMARK_BIGCDRAUX_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_BIG_IDLCDRAUX_HPP

11 changes: 8 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_bigCdrAux.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_BIGCDRAUX_IPP
#define FAST_DDS_GENERATED__BENCHMARK_BIGCDRAUX_IPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_BIG_IDLCDRAUX_IPP
#define FAST_DDS_GENERATED__BENCHMARK_BIG_IDLCDRAUX_IPP

#include "Benchmark_bigCdrAux.hpp"

Expand Down Expand Up @@ -85,6 +85,11 @@ eProsima_user_DllExport void deserialize(
eprosima::fastcdr::Cdr& cdr,
BenchMarkBig& data)
{
data.data({0});

data.index(0);


cdr.deserialize_type(eprosima::fastcdr::CdrVersion::XCDRv2 == cdr.get_cdr_version() ?
eprosima::fastcdr::EncodingAlgorithmFlag::DELIMIT_CDR2 :
eprosima::fastcdr::EncodingAlgorithmFlag::PLAIN_CDR,
Expand Down Expand Up @@ -127,5 +132,5 @@ void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // FAST_DDS_GENERATED__BENCHMARK_BIGCDRAUX_IPP
#endif // FAST_DDS_GENERATED__BENCHMARK_BIG_IDLCDRAUX_IPP

6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_bigPubSubTypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*/


#ifndef FAST_DDS_GENERATED__BENCHMARK_BIG_PUBSUBTYPES_HPP
#define FAST_DDS_GENERATED__BENCHMARK_BIG_PUBSUBTYPES_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_BIG_IDL_PUBSUBTYPES_HPP
#define FAST_DDS_GENERATED__BENCHMARK_BIG_IDL_PUBSUBTYPES_HPP

#include <mutex>

Expand Down Expand Up @@ -119,5 +119,5 @@ class BenchMarkBigPubSubType : public eprosima::fastdds::dds::TopicDataType
};


#endif // FAST_DDS_GENERATED__BENCHMARK_BIG_PUBSUBTYPES_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_BIG_IDL_PUBSUBTYPES_HPP

Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_BIG_TYPE_OBJECT_SUPPORT_HPP
#define FAST_DDS_GENERATED__BENCHMARK_BIG_TYPE_OBJECT_SUPPORT_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_BIG_IDL_TYPE_OBJECT_SUPPORT_HPP
#define FAST_DDS_GENERATED__BENCHMARK_BIG_IDL_TYPE_OBJECT_SUPPORT_HPP

#include <fastdds/dds/xtypes/type_representation/TypeObject.hpp>

Expand Down Expand Up @@ -53,4 +53,4 @@ eProsima_user_DllExport void register_BenchMarkBig_type_identifier(

#endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#endif // FAST_DDS_GENERATED__BENCHMARK_BIG_TYPE_OBJECT_SUPPORT_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_BIG_IDL_TYPE_OBJECT_SUPPORT_HPP
6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_medium.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_MEDIUM_HPP
#define FAST_DDS_GENERATED__BENCHMARK_MEDIUM_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDL_HPP
#define FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDL_HPP

#include <array>
#include <cstdint>
Expand Down Expand Up @@ -221,6 +221,6 @@ class BenchMarkMedium

};

#endif // _FAST_DDS_GENERATED_BENCHMARK_MEDIUM_HPP_
#endif // _FAST_DDS_GENERATED_BENCHMARK_MEDIUM_IDL_HPP_


6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_mediumCdrAux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_MEDIUMCDRAUX_HPP
#define FAST_DDS_GENERATED__BENCHMARK_MEDIUMCDRAUX_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDLCDRAUX_HPP
#define FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDLCDRAUX_HPP

#include "Benchmark_medium.hpp"

Expand All @@ -42,5 +42,5 @@ eProsima_user_DllExport void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // FAST_DDS_GENERATED__BENCHMARK_MEDIUMCDRAUX_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDLCDRAUX_HPP

11 changes: 8 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_mediumCdrAux.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_MEDIUMCDRAUX_IPP
#define FAST_DDS_GENERATED__BENCHMARK_MEDIUMCDRAUX_IPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDLCDRAUX_IPP
#define FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDLCDRAUX_IPP

#include "Benchmark_mediumCdrAux.hpp"

Expand Down Expand Up @@ -85,6 +85,11 @@ eProsima_user_DllExport void deserialize(
eprosima::fastcdr::Cdr& cdr,
BenchMarkMedium& data)
{
data.data({0});

data.index(0);


cdr.deserialize_type(eprosima::fastcdr::CdrVersion::XCDRv2 == cdr.get_cdr_version() ?
eprosima::fastcdr::EncodingAlgorithmFlag::DELIMIT_CDR2 :
eprosima::fastcdr::EncodingAlgorithmFlag::PLAIN_CDR,
Expand Down Expand Up @@ -127,5 +132,5 @@ void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // FAST_DDS_GENERATED__BENCHMARK_MEDIUMCDRAUX_IPP
#endif // FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDLCDRAUX_IPP

6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_mediumPubSubTypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*/


#ifndef FAST_DDS_GENERATED__BENCHMARK_MEDIUM_PUBSUBTYPES_HPP
#define FAST_DDS_GENERATED__BENCHMARK_MEDIUM_PUBSUBTYPES_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDL_PUBSUBTYPES_HPP
#define FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDL_PUBSUBTYPES_HPP

#include <mutex>

Expand Down Expand Up @@ -119,5 +119,5 @@ class BenchMarkMediumPubSubType : public eprosima::fastdds::dds::TopicDataType
};


#endif // FAST_DDS_GENERATED__BENCHMARK_MEDIUM_PUBSUBTYPES_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDL_PUBSUBTYPES_HPP

Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_MEDIUM_TYPE_OBJECT_SUPPORT_HPP
#define FAST_DDS_GENERATED__BENCHMARK_MEDIUM_TYPE_OBJECT_SUPPORT_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDL_TYPE_OBJECT_SUPPORT_HPP
#define FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDL_TYPE_OBJECT_SUPPORT_HPP

#include <fastdds/dds/xtypes/type_representation/TypeObject.hpp>

Expand Down Expand Up @@ -53,4 +53,4 @@ eProsima_user_DllExport void register_BenchMarkMedium_type_identifier(

#endif // DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#endif // FAST_DDS_GENERATED__BENCHMARK_MEDIUM_TYPE_OBJECT_SUPPORT_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_MEDIUM_IDL_TYPE_OBJECT_SUPPORT_HPP
6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_small.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_SMALL_HPP
#define FAST_DDS_GENERATED__BENCHMARK_SMALL_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_SMALL_IDL_HPP
#define FAST_DDS_GENERATED__BENCHMARK_SMALL_IDL_HPP

#include <array>
#include <cstdint>
Expand Down Expand Up @@ -221,6 +221,6 @@ class BenchMarkSmall

};

#endif // _FAST_DDS_GENERATED_BENCHMARK_SMALL_HPP_
#endif // _FAST_DDS_GENERATED_BENCHMARK_SMALL_IDL_HPP_


6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_smallCdrAux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_SMALLCDRAUX_HPP
#define FAST_DDS_GENERATED__BENCHMARK_SMALLCDRAUX_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_SMALL_IDLCDRAUX_HPP
#define FAST_DDS_GENERATED__BENCHMARK_SMALL_IDLCDRAUX_HPP

#include "Benchmark_small.hpp"

Expand All @@ -42,5 +42,5 @@ eProsima_user_DllExport void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // FAST_DDS_GENERATED__BENCHMARK_SMALLCDRAUX_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_SMALL_IDLCDRAUX_HPP

11 changes: 8 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_smallCdrAux.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* This file was generated by the tool fastddsgen (version: 4.3.0).
*/

#ifndef FAST_DDS_GENERATED__BENCHMARK_SMALLCDRAUX_IPP
#define FAST_DDS_GENERATED__BENCHMARK_SMALLCDRAUX_IPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_SMALL_IDLCDRAUX_IPP
#define FAST_DDS_GENERATED__BENCHMARK_SMALL_IDLCDRAUX_IPP

#include "Benchmark_smallCdrAux.hpp"

Expand Down Expand Up @@ -85,6 +85,11 @@ eProsima_user_DllExport void deserialize(
eprosima::fastcdr::Cdr& cdr,
BenchMarkSmall& data)
{
data.array({0});

data.index(0);


cdr.deserialize_type(eprosima::fastcdr::CdrVersion::XCDRv2 == cdr.get_cdr_version() ?
eprosima::fastcdr::EncodingAlgorithmFlag::DELIMIT_CDR2 :
eprosima::fastcdr::EncodingAlgorithmFlag::PLAIN_CDR,
Expand Down Expand Up @@ -127,5 +132,5 @@ void serialize_key(
} // namespace fastcdr
} // namespace eprosima

#endif // FAST_DDS_GENERATED__BENCHMARK_SMALLCDRAUX_IPP
#endif // FAST_DDS_GENERATED__BENCHMARK_SMALL_IDLCDRAUX_IPP

6 changes: 3 additions & 3 deletions examples/cpp/benchmark/types/Benchmark_smallPubSubTypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*/


#ifndef FAST_DDS_GENERATED__BENCHMARK_SMALL_PUBSUBTYPES_HPP
#define FAST_DDS_GENERATED__BENCHMARK_SMALL_PUBSUBTYPES_HPP
#ifndef FAST_DDS_GENERATED__BENCHMARK_SMALL_IDL_PUBSUBTYPES_HPP
#define FAST_DDS_GENERATED__BENCHMARK_SMALL_IDL_PUBSUBTYPES_HPP

#include <mutex>

Expand Down Expand Up @@ -119,5 +119,5 @@ class BenchMarkSmallPubSubType : public eprosima::fastdds::dds::TopicDataType
};


#endif // FAST_DDS_GENERATED__BENCHMARK_SMALL_PUBSUBTYPES_HPP
#endif // FAST_DDS_GENERATED__BENCHMARK_SMALL_IDL_PUBSUBTYPES_HPP

Loading
Loading