[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 03/39: fec: LDPC: Renaming some files.
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 03/39: fec: LDPC: Renaming some files. |
Date: |
Thu, 15 Oct 2015 21:21:25 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit b975d918e63386a77b4911d8c4ebd1e836551dd3
Author: tracierenea <address@hidden>
Date: Sun Jun 22 12:06:13 2014 -0500
fec: LDPC: Renaming some files.
---
gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h | 46 ----------------------
...ck_matrix_impl.cc => ldpc_par_chk_mtrx_impl.cc} | 0
2 files changed, 46 deletions(-)
diff --git a/gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h
b/gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h
deleted file mode 100644
index 7fc2c8f..0000000
--- a/gr-fec/include/gnuradio/fec/ldpc_par_chk_mtrx.h
+++ /dev/null
@@ -1,46 +0,0 @@
-/* -*- c++ -*- */
-/*
- * Copyright 2013-2014 Free Software Foundation, Inc.
- *
- * 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.
- */
-
-#ifndef INCLUDED_LDPC_PARITY_CHECK_MATRIX
-#define INCLUDED_LDPC_PARITY_CHECK_MATRIX
-
-#include <string>
-#include <cmath>
-
-using namespace std;
-
-namespace gr {
- namespace fec {
- namespace code {
- class LDPC_par_chk_mtrx
- {
- // not sure what to put here....
-
- };
-
- } /* namespace code */
- } /* namespace fec */
-} /* namespace gr */
-
-
-
-
-
-#endif /* INCLUDED_LDPC_HELPER_CLASSES_H */
diff --git a/gr-fec/lib/ldpc_parity_check_matrix_impl.cc
b/gr-fec/lib/ldpc_par_chk_mtrx_impl.cc
similarity index 100%
rename from gr-fec/lib/ldpc_parity_check_matrix_impl.cc
rename to gr-fec/lib/ldpc_par_chk_mtrx_impl.cc
- [Commit-gnuradio] [gnuradio] branch master updated (77083c5 -> 616fee5), git, 2015/10/15
- [Commit-gnuradio] [gnuradio] 03/39: fec: LDPC: Renaming some files.,
git <=
- [Commit-gnuradio] [gnuradio] 12/39: fec: LDPC: Improving memory management (GSL matrices)., git, 2015/10/15
- [Commit-gnuradio] [gnuradio] 11/39: fec: LDPC: Fixing simple, but crucial, error in decoder. doh!, git, 2015/10/15
- [Commit-gnuradio] [gnuradio] 06/39: fec: LDPC: Adding bit flip decoder variable work function., git, 2015/10/15
- [Commit-gnuradio] [gnuradio] 15/39: fec: LDPC: Change GRC block name text to match new class name., git, 2015/10/15
- [Commit-gnuradio] [gnuradio] 19/39: fec: LDPC: renaming some of the LDPC classes for clarity/consistency., git, 2015/10/15
- [Commit-gnuradio] [gnuradio] 09/39: fec: LDPC: Adding scripts to generate matrices for encoder., git, 2015/10/15
- [Commit-gnuradio] [gnuradio] 18/39: fec: LDPC: Updates to LDPC-related matrix classes., git, 2015/10/15
- [Commit-gnuradio] [gnuradio] 01/39: fec: LDPC: Adding class for LDPC parity check matrix., git, 2015/10/15
- [Commit-gnuradio] [gnuradio] 16/39: fec: LDPC: updates for LDPC functionality., git, 2015/10/15
- [Commit-gnuradio] [gnuradio] 22/39: fec: LDPC: Updating decoder to handle parity bits either first or last., git, 2015/10/15