Skip to content

Commit 377a8b9

Browse files
JLBuenoLopezEduPonz
authored andcommitted
Refactor Statistics module IDL (#4638)
* Refs #20714: refactor statistics module IDL Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #20714: regenerate types Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> * Refs #20714: correctly use new statistics IDL Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com> --------- Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
1 parent 7de2e93 commit 377a8b9

59 files changed

Lines changed: 4257 additions & 3933 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/cpp/dds/AdvancedConfigurationExample/AdvancedConfiguration.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <string>
3535
#include <vector>
3636

37+
#include <fastcdr/cdr/fixed_size_string.hpp>
3738
#include <fastcdr/xcdr/external.hpp>
3839
#include <fastcdr/xcdr/optional.hpp>
3940

examples/cpp/dds/AdvancedConfigurationExample/AdvancedConfigurationv1.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#ifndef _FAST_DDS_GENERATED_ADVANCEDCONFIGURATION_H_
2727
#define _FAST_DDS_GENERATED_ADVANCEDCONFIGURATION_H_
2828

29+
2930
#include <array>
3031
#include <bitset>
3132
#include <cstdint>
@@ -34,6 +35,7 @@
3435
#include <string>
3536
#include <vector>
3637

38+
#include <fastcdr/cdr/fixed_size_string.hpp>
3739

3840
#if defined(_WIN32)
3941
#if defined(EPROSIMA_USER_DLL_EXPORT)

examples/cpp/dds/BasicConfigurationExample/HelloWorld.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <string>
3535
#include <vector>
3636

37+
#include <fastcdr/cdr/fixed_size_string.hpp>
3738
#include <fastcdr/xcdr/external.hpp>
3839
#include <fastcdr/xcdr/optional.hpp>
3940

examples/cpp/dds/ContentFilteredTopicExample/HelloWorld.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <string>
3535
#include <vector>
3636

37+
#include <fastcdr/cdr/fixed_size_string.hpp>
3738
#include <fastcdr/xcdr/external.hpp>
3839
#include <fastcdr/xcdr/optional.hpp>
3940

examples/cpp/dds/CustomPayloadPoolExample/CustomPayloadPoolData.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <string>
3535
#include <vector>
3636

37+
#include <fastcdr/cdr/fixed_size_string.hpp>
3738
#include <fastcdr/xcdr/external.hpp>
3839
#include <fastcdr/xcdr/optional.hpp>
3940

examples/cpp/dds/DeadlineQoSExample/deadlinepayloadv1.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ void HelloMsg::serializeKey(
215215
eprosima::fastcdr::Cdr& scdr) const
216216
{
217217
(void) scdr;
218-
218+
219219
scdr << m_deadlinekey;
220-
221-
220+
221+
222222
}
223223

224224
/*!

examples/cpp/dds/DiscoveryServerExample/types/HelloWorld.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <string>
3535
#include <vector>
3636

37+
#include <fastcdr/cdr/fixed_size_string.hpp>
3738
#include <fastcdr/xcdr/external.hpp>
3839
#include <fastcdr/xcdr/optional.hpp>
3940

examples/cpp/dds/Filtering/FilteringExample.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <string>
3535
#include <vector>
3636

37+
#include <fastcdr/cdr/fixed_size_string.hpp>
3738
#include <fastcdr/xcdr/external.hpp>
3839
#include <fastcdr/xcdr/optional.hpp>
3940

examples/cpp/dds/FlowControlExample/FlowControlExample.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <string>
3535
#include <vector>
3636

37+
#include <fastcdr/cdr/fixed_size_string.hpp>
3738
#include <fastcdr/xcdr/external.hpp>
3839
#include <fastcdr/xcdr/optional.hpp>
3940

examples/cpp/dds/HelloWorldExample/HelloWorld.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <string>
3535
#include <vector>
3636

37+
#include <fastcdr/cdr/fixed_size_string.hpp>
3738
#include <fastcdr/xcdr/external.hpp>
3839
#include <fastcdr/xcdr/optional.hpp>
3940

0 commit comments

Comments
 (0)