From 74c4f2c14cc116f2dbfc5b9ddff865c7e5021e74 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Fri, 15 Jul 2016 13:12:46 +0200 Subject: New blocks (msg to tag and controlled resampler) related stuff --- include/grgsm/CMakeLists.txt | 3 ++- include/grgsm/msg_to_tag.h | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include/grgsm') diff --git a/include/grgsm/CMakeLists.txt b/include/grgsm/CMakeLists.txt index 50788ae..210320a 100644 --- a/include/grgsm/CMakeLists.txt +++ b/include/grgsm/CMakeLists.txt @@ -24,7 +24,8 @@ install(FILES plotting.hpp api.h gsmtap.h - msg_to_tag.h DESTINATION include/grgsm + msg_to_tag.h + controlled_fractional_resampler_cc.h DESTINATION include/grgsm ) add_subdirectory(decoding) diff --git a/include/grgsm/msg_to_tag.h b/include/grgsm/msg_to_tag.h index 3d63460..69232fc 100644 --- a/include/grgsm/msg_to_tag.h +++ b/include/grgsm/msg_to_tag.h @@ -28,7 +28,7 @@ #include namespace gr { - namespace grgsm { + namespace gsm { /*! * \brief <+description of block+> @@ -39,7 +39,6 @@ namespace gr { { public: typedef boost::shared_ptr sptr; - /*! * \brief Return a shared_ptr to a new instance of grgsm::msg_to_tag. * -- cgit v1.2.3