diff options
author | piotr <Piotr Krysik pkrysik@elka.pw.edu.pl> | 2014-07-08 16:38:42 +0200 |
---|---|---|
committer | piotr <Piotr Krysik pkrysik@elka.pw.edu.pl> | 2014-07-08 16:38:42 +0200 |
commit | 7af92cadd52b373a3a874991f9e4a100e4b2c97a (patch) | |
tree | 989225c8bf632d45096963f46140d044b1209fc1 /lib | |
parent | f0039b49273f4dc14c9352ff77ccf57511d07247 (diff) |
Correction in plotting.h
Diffstat (limited to 'lib')
-rw-r--r-- | lib/burst_printer/bursts_printer_impl.cc (renamed from lib/bursts_printer_impl.cc) | 0 | ||||
-rw-r--r-- | lib/burst_printer/bursts_printer_impl.h (renamed from lib/bursts_printer_impl.h) | 0 | ||||
-rw-r--r-- | lib/qa_gsm.cc | 40 | ||||
-rw-r--r-- | lib/qa_gsm.h | 40 | ||||
-rw-r--r-- | lib/qa_receiver.cc | 40 | ||||
-rw-r--r-- | lib/qa_receiver.h | 47 | ||||
-rw-r--r-- | lib/receiver/assert.h (renamed from lib/assert.h) | 0 | ||||
-rw-r--r-- | lib/receiver/gsm_constants.h (renamed from lib/gsm_constants.h) | 0 | ||||
-rw-r--r-- | lib/receiver/receiver_config.cc (renamed from lib/receiver_config.cc) | 0 | ||||
-rw-r--r-- | lib/receiver/receiver_config.h (renamed from lib/receiver_config.h) | 0 | ||||
-rw-r--r-- | lib/receiver/receiver_impl.cc (renamed from lib/receiver_impl.cc) | 0 | ||||
-rw-r--r-- | lib/receiver/receiver_impl.h (renamed from lib/receiver_impl.h) | 0 | ||||
-rw-r--r-- | lib/test_gsm.cc | 47 |
13 files changed, 0 insertions, 214 deletions
diff --git a/lib/bursts_printer_impl.cc b/lib/burst_printer/bursts_printer_impl.cc index ba4ff4c..ba4ff4c 100644 --- a/lib/bursts_printer_impl.cc +++ b/lib/burst_printer/bursts_printer_impl.cc diff --git a/lib/bursts_printer_impl.h b/lib/burst_printer/bursts_printer_impl.h index 932c8c7..932c8c7 100644 --- a/lib/bursts_printer_impl.h +++ b/lib/burst_printer/bursts_printer_impl.h diff --git a/lib/qa_gsm.cc b/lib/qa_gsm.cc deleted file mode 100644 index b84c0ea..0000000 --- a/lib/qa_gsm.cc +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright 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. - */ - -/* - * This class gathers together all the test cases for the gr-filter - * directory into a single test suite. As you create new test cases, - * add them here. - */ - -#include "qa_gsm.h" -#include "qa_receiver.h" - -//this is just a stub created by gr_modtool - -CppUnit::TestSuite * -qa_gsm::suite() -{ - CppUnit::TestSuite *s = new CppUnit::TestSuite("gsm"); - s->addTest(gr::gsm::qa_receiver::suite()); - - return s; -} diff --git a/lib/qa_gsm.h b/lib/qa_gsm.h deleted file mode 100644 index f5ce6cd..0000000 --- a/lib/qa_gsm.h +++ /dev/null @@ -1,40 +0,0 @@ -/* -*- c++ -*- */ -/* - * Copyright 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. - */ - -#ifndef _QA_GSM_H_ -#define _QA_GSM_H_ - -#include <gnuradio/attributes.h> -#include <cppunit/TestSuite.h> - -//this is just a stub created by gr_modtool - -//! collect all the tests for the gr-filter directory - -class __GR_ATTR_EXPORT qa_gsm -{ - public: - //! return suite of tests for all of gr-filter directory - static CppUnit::TestSuite *suite(); -}; - -#endif /* _QA_GSM_H_ */ diff --git a/lib/qa_receiver.cc b/lib/qa_receiver.cc deleted file mode 100644 index 34949dd..0000000 --- a/lib/qa_receiver.cc +++ /dev/null @@ -1,40 +0,0 @@ -/* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This 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. - * - * This software 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 this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. - */ - - -#include <gnuradio/attributes.h> -#include <cppunit/TestAssert.h> -#include "qa_receiver.h" -#include <gsm/receiver.h> - -//this is just a stub created by gr_modtool - -namespace gr { - namespace gsm { - - void - qa_receiver::t1() - { - // Put test here - } - - } /* namespace gsm */ -} /* namespace gr */ - diff --git a/lib/qa_receiver.h b/lib/qa_receiver.h deleted file mode 100644 index 085b45f..0000000 --- a/lib/qa_receiver.h +++ /dev/null @@ -1,47 +0,0 @@ -/* -*- c++ -*- */ -/* - * Copyright 2014 <+YOU OR YOUR COMPANY+>. - * - * This 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. - * - * This software 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 this software; see the file COPYING. If not, write to - * the Free Software Foundation, Inc., 51 Franklin Street, - * Boston, MA 02110-1301, USA. - */ - -//this is just a stub created by gr_modtool - -#ifndef _QA_RECEIVER_H_ -#define _QA_RECEIVER_H_ - -#include <cppunit/extensions/HelperMacros.h> -#include <cppunit/TestCase.h> - -namespace gr { - namespace gsm { - - class qa_receiver : public CppUnit::TestCase - { - public: - CPPUNIT_TEST_SUITE(qa_receiver); - CPPUNIT_TEST(t1); - CPPUNIT_TEST_SUITE_END(); - - private: - void t1(); - }; - - } /* namespace gsm */ -} /* namespace gr */ - -#endif /* _QA_RECEIVER_H_ */ - diff --git a/lib/assert.h b/lib/receiver/assert.h index a80ae73..a80ae73 100644 --- a/lib/assert.h +++ b/lib/receiver/assert.h diff --git a/lib/gsm_constants.h b/lib/receiver/gsm_constants.h index 964c1cf..964c1cf 100644 --- a/lib/gsm_constants.h +++ b/lib/receiver/gsm_constants.h diff --git a/lib/receiver_config.cc b/lib/receiver/receiver_config.cc index c7c996e..c7c996e 100644 --- a/lib/receiver_config.cc +++ b/lib/receiver/receiver_config.cc diff --git a/lib/receiver_config.h b/lib/receiver/receiver_config.h index b7ba43a..b7ba43a 100644 --- a/lib/receiver_config.h +++ b/lib/receiver/receiver_config.h diff --git a/lib/receiver_impl.cc b/lib/receiver/receiver_impl.cc index 6e92c2d..6e92c2d 100644 --- a/lib/receiver_impl.cc +++ b/lib/receiver/receiver_impl.cc diff --git a/lib/receiver_impl.h b/lib/receiver/receiver_impl.h index b8b8b68..b8b8b68 100644 --- a/lib/receiver_impl.h +++ b/lib/receiver/receiver_impl.h diff --git a/lib/test_gsm.cc b/lib/test_gsm.cc deleted file mode 100644 index 3fdb4ad..0000000 --- a/lib/test_gsm.cc +++ /dev/null @@ -1,47 +0,0 @@ -/* -*- c++ -*- */ -/* - * Copyright 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. - */ - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include <cppunit/TextTestRunner.h> -#include <cppunit/XmlOutputter.h> - -#include <gnuradio/unittests.h> -#include "qa_gsm.h" -#include <iostream> - -int -main (int argc, char **argv) -{ - CppUnit::TextTestRunner runner; - std::ofstream xmlfile(get_unittest_path("gsm.xml").c_str()); - CppUnit::XmlOutputter *xmlout = new CppUnit::XmlOutputter(&runner.result(), xmlfile); - - runner.addTest(qa_gsm::suite()); - runner.setOutputter(xmlout); - - bool was_successful = runner.run("", false); - - return was_successful ? 0 : 1; -} |