Skip to content

Commit

Permalink
Add v1 versions of DdsRecorderCommand and DdsRecorderStatus (#124)
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm authored Feb 1, 2024
1 parent ea973cb commit fbfb049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ namespace swig {

// Include the class interfaces
%include "DdsRecorderCommand.h"
%include "DdsRecorderCommandv1.h"

// Include the corresponding TopicDataType
%include "DdsRecorderCommandPubSubTypes.i"

Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ namespace swig {

// Include the class interfaces
%include "DdsRecorderStatus.h"
%include "DdsRecorderStatusv1.h"

// Include the corresponding TopicDataType
%include "DdsRecorderStatusPubSubTypes.i"

0 comments on commit fbfb049

Please sign in to comment.