Skip to content

Commit

Permalink
Regenerate types for both versions of Fast CDR
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenioCollado committed Nov 27, 2024
1 parent d66ac52 commit 96463e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/Examples/C++/DDSHelloWorld/src/HelloWorld.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ char dummy;

#include "HelloWorld.h"

#if FASTCDR_VERSION_MAJOR > 1

#include <fastcdr/Cdr.h>


Expand Down Expand Up @@ -163,3 +165,4 @@ std::string& HelloWorld::message()
// Include auxiliary functions like for serializing/deserializing.
#include "HelloWorldCdrAux.ipp"

#endif // FASTCDR_VERSION_MAJOR > 1
6 changes: 6 additions & 0 deletions code/Examples/C++/DDSHelloWorld/src/HelloWorld.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
* This file was generated by the tool fastddsgen.
*/

#include <fastcdr/config.h>
#include "HelloWorldv1.h"

#if FASTCDR_VERSION_MAJOR > 1

#ifndef _FAST_DDS_GENERATED_HELLOWORLD_H_
#define _FAST_DDS_GENERATED_HELLOWORLD_H_

Expand Down Expand Up @@ -187,3 +192,4 @@ class HelloWorld



#endif // FASTCDR_VERSION_MAJOR > 1

0 comments on commit 96463e5

Please sign in to comment.