aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm
diff options
context:
space:
mode:
authorRoman Khassraf <roman@khassraf.at>2015-08-03 10:08:18 +0200
committerRoman Khassraf <roman@khassraf.at>2015-08-03 10:08:18 +0200
commitb8f4909d37c2c16c9c5deb09264fccfad973ed7d (patch)
tree4d7ec8d85ed284a593ded7809884ac932bf3a6ac /include/grgsm
parentc0cb6998da3c0cad463964fcc6643ff61c6e64b5 (diff)
Moved qa utilities to a separate directory
Diffstat (limited to 'include/grgsm')
-rw-r--r--include/grgsm/qa_utils/CMakeLists.txt28
-rw-r--r--include/grgsm/qa_utils/burst_sink_qa.h (renamed from include/grgsm/misc_utils/burst_sink_qa.h)0
-rw-r--r--include/grgsm/qa_utils/burst_source_qa.h (renamed from include/grgsm/misc_utils/burst_source_qa.h)0
-rw-r--r--include/grgsm/qa_utils/message_sink.h (renamed from include/grgsm/misc_utils/message_sink.h)0
-rw-r--r--include/grgsm/qa_utils/message_source.h (renamed from include/grgsm/misc_utils/message_source.h)0
5 files changed, 28 insertions, 0 deletions
diff --git a/include/grgsm/qa_utils/CMakeLists.txt b/include/grgsm/qa_utils/CMakeLists.txt
new file mode 100644
index 0000000..e0b5579
--- /dev/null
+++ b/include/grgsm/qa_utils/CMakeLists.txt
@@ -0,0 +1,28 @@
+# Copyright 2011,2012 Free Software Foundation, Inc.
+#
+# This file is part of GNU Radio
+#
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Radio; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+
+########################################################################
+# Install public header files
+########################################################################
+install(FILES
+ burst_sink_qa.h
+ burst_source_qa.h
+ message_source.h
+ message_sink.h DESTINATION include/grgsm/qa_utils
+)
diff --git a/include/grgsm/misc_utils/burst_sink_qa.h b/include/grgsm/qa_utils/burst_sink_qa.h
index 3b5cac2..3b5cac2 100644
--- a/include/grgsm/misc_utils/burst_sink_qa.h
+++ b/include/grgsm/qa_utils/burst_sink_qa.h
diff --git a/include/grgsm/misc_utils/burst_source_qa.h b/include/grgsm/qa_utils/burst_source_qa.h
index c3c5713..c3c5713 100644
--- a/include/grgsm/misc_utils/burst_source_qa.h
+++ b/include/grgsm/qa_utils/burst_source_qa.h
diff --git a/include/grgsm/misc_utils/message_sink.h b/include/grgsm/qa_utils/message_sink.h
index 5cfe2f7..5cfe2f7 100644
--- a/include/grgsm/misc_utils/message_sink.h
+++ b/include/grgsm/qa_utils/message_sink.h
diff --git a/include/grgsm/misc_utils/message_source.h b/include/grgsm/qa_utils/message_source.h
index 5c3e8a1..5c3e8a1 100644
--- a/include/grgsm/misc_utils/message_source.h
+++ b/include/grgsm/qa_utils/message_source.h