summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------gnuradio0
m---------grextras0
-rw-r--r--include/gras/tags.i2
-rw-r--r--include/gras/time_tag.i2
4 files changed, 4 insertions, 0 deletions
diff --git a/gnuradio b/gnuradio
-Subproject 8ac5ef26333baa467bdefa16e30113e611344e9
+Subproject a5f1f379466ea79dddea7e444a670d737434fdd
diff --git a/grextras b/grextras
-Subproject d679f909536e174bfac4a579b4f84c2f0cf5349
+Subproject 427cfc9fade6ffc1b6139a95eed77f293126cee
diff --git a/include/gras/tags.i b/include/gras/tags.i
index bf2bdb4..f6adb48 100644
--- a/include/gras/tags.i
+++ b/include/gras/tags.i
@@ -3,6 +3,8 @@
#ifndef INCLUDED_GRAS_TAGS_I
#define INCLUDED_GRAS_TAGS_I
+%module GRAS_Tags
+
%{
#include <gras/tags.hpp>
%}
diff --git a/include/gras/time_tag.i b/include/gras/time_tag.i
index 42deed7..af05a99 100644
--- a/include/gras/time_tag.i
+++ b/include/gras/time_tag.i
@@ -3,6 +3,8 @@
#ifndef INCLUDED_GRAS_TIME_TAG_I
#define INCLUDED_GRAS_TIME_TAG_I
+%module GRAS_TimeTag
+
%{
#include <gras/time_tag.hpp>
%}