From fbfb0492067abd875102e756b7227023de8ffd94 Mon Sep 17 00:00:00 2001 From: Irene Bandera Moreno Date: Thu, 1 Feb 2024 14:43:46 +0100 Subject: [PATCH] Add v1 versions of DdsRecorderCommand and DdsRecorderStatus (#124) Signed-off-by: Irene Bandera --- .../ddstypes/v2/DdsRecorderCommand/DdsRecorderCommand.i | 2 +- .../ddstypes/v2/DdsRecorderStatus/DdsRecorderStatus.i | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/controller_tool/ddstypes/v2/DdsRecorderCommand/DdsRecorderCommand.i b/controller/controller_tool/ddstypes/v2/DdsRecorderCommand/DdsRecorderCommand.i index dd02ba044..8ec3c1d57 100644 --- a/controller/controller_tool/ddstypes/v2/DdsRecorderCommand/DdsRecorderCommand.i +++ b/controller/controller_tool/ddstypes/v2/DdsRecorderCommand/DdsRecorderCommand.i @@ -115,7 +115,7 @@ namespace swig { // Include the class interfaces %include "DdsRecorderCommand.h" +%include "DdsRecorderCommandv1.h" // Include the corresponding TopicDataType %include "DdsRecorderCommandPubSubTypes.i" - diff --git a/controller/controller_tool/ddstypes/v2/DdsRecorderStatus/DdsRecorderStatus.i b/controller/controller_tool/ddstypes/v2/DdsRecorderStatus/DdsRecorderStatus.i index c724a6302..8e2e666d3 100644 --- a/controller/controller_tool/ddstypes/v2/DdsRecorderStatus/DdsRecorderStatus.i +++ b/controller/controller_tool/ddstypes/v2/DdsRecorderStatus/DdsRecorderStatus.i @@ -125,7 +125,7 @@ namespace swig { // Include the class interfaces %include "DdsRecorderStatus.h" +%include "DdsRecorderStatusv1.h" // Include the corresponding TopicDataType %include "DdsRecorderStatusPubSubTypes.i" -