Missing swig and CMake changes for clock correction

This commit is contained in:
piotr 2014-08-06 14:12:11 +02:00
parent 4089c1a7f3
commit 8a9f592f5c
2 changed files with 10 additions and 1 deletions

View File

@ -27,5 +27,8 @@ install(FILES
get_bcch_or_ccch_bursts.h
control_channels_decoder.h
gsmtap.h
extract_system_info.h DESTINATION include/gsm
extract_system_info.h
controlled_rotator_cc.h
controlled_const_source_f.h
message_printer.h DESTINATION include/gsm
)

View File

@ -13,6 +13,8 @@
#include "gsm/get_bcch_or_ccch_bursts.h"
#include "gsm/control_channels_decoder.h"
#include "gsm/extract_system_info.h"
#include "gsm/controlled_rotator_cc.h"
#include "gsm/controlled_const_source_f.h"
%}
@ -27,3 +29,7 @@ GR_SWIG_BLOCK_MAGIC2(gsm, get_bcch_or_ccch_bursts);
GR_SWIG_BLOCK_MAGIC2(gsm, control_channels_decoder);
%include "gsm/extract_system_info.h"
GR_SWIG_BLOCK_MAGIC2(gsm, extract_system_info);
%include "gsm/controlled_rotator_cc.h"
GR_SWIG_BLOCK_MAGIC2(gsm, controlled_rotator_cc);
%include "gsm/controlled_const_source_f.h"
GR_SWIG_BLOCK_MAGIC2(gsm, controlled_const_source_f);