Skip to content

Commit

Permalink
added hydra_client to swig wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
maiconkist committed Mar 25, 2019
1 parent c8d1db6 commit dc34174
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion grc_blocks/swig/hydra_swig.i
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include "hydra/hydra_gr_server.h"
#include "hydra/hydra_gr_client_sink.h"
#include "hydra/hydra_gr_client_source.h"

#include "../../include/hydra//hydra_client.h"
%}

%include "hydra/hydra_gr_client_sink.h"
Expand All @@ -20,4 +22,8 @@ GR_SWIG_BLOCK_MAGIC2(hydra, hydra_gr_client_sink);
GR_SWIG_BLOCK_MAGIC2(hydra, hydra_gr_client_source);

%include "hydra/hydra_gr_server.h"
GR_SWIG_BLOCK_MAGIC2(hydra, hydra_gr_server);
gr_swig_block_magic2(hydra, hydra_gr_server);

%include "../../include/hydra/hydra_client.h"
gr_swig_block_magic2(hydra, hydra_client);

0 comments on commit dc34174

Please sign in to comment.