initial dstar checkin

This commit is contained in:
Max 2017-03-06 09:17:50 -05:00
parent eb522cf5e5
commit 89ef1f3297
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "op25_repeater/ambe_encoder_sb.h"
#include "op25_repeater/dmr_bs_tx_bb.h"
#include "op25_repeater/ysf_tx_sb.h"
#include "op25_repeater/dstar_tx_sb.h"
%}
%include "op25_repeater/ambe_encoder_sb.h"
@ -26,6 +27,9 @@ GR_SWIG_BLOCK_MAGIC2(op25_repeater, dmr_bs_tx_bb);
%include "op25_repeater/ysf_tx_sb.h"
GR_SWIG_BLOCK_MAGIC2(op25_repeater, ysf_tx_sb);
%include "op25_repeater/dstar_tx_sb.h"
GR_SWIG_BLOCK_MAGIC2(op25_repeater, dstar_tx_sb);
%include "op25_repeater/vocoder.h"
GR_SWIG_BLOCK_MAGIC2(op25_repeater, vocoder);