[hamradio-commits] [gnss-sdr] 01/06: Keeping block name consistency
Carles Fernandez
carles_fernandez-guest at moszumanska.debian.org
Fri Feb 20 17:36:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.
commit e534ee9d0c4d4d669b42e7001fceb9e59a80b857
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date: Tue Feb 17 02:31:22 2015 +0100
Keeping block name consistency
---
src/algorithms/data_type_adapter/adapters/byte_to_short.h | 4 ++--
src/algorithms/data_type_adapter/adapters/ibyte_to_cbyte.h | 4 ++--
src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h | 4 ++--
src/algorithms/data_type_adapter/adapters/ishort_to_complex.h | 4 ++--
src/algorithms/data_type_adapter/adapters/ishort_to_cshort.h | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/algorithms/data_type_adapter/adapters/byte_to_short.h b/src/algorithms/data_type_adapter/adapters/byte_to_short.h
index ae40fb2..7e19ce2 100644
--- a/src/algorithms/data_type_adapter/adapters/byte_to_short.h
+++ b/src/algorithms/data_type_adapter/adapters/byte_to_short.h
@@ -58,10 +58,10 @@ public:
{
return role_;
}
- //! Returns "ByteToShort"
+ //! Returns "Byte_To_Short"
std::string implementation()
{
- return "ByteToShort";
+ return "Byte_To_Short";
}
size_t item_size()
{
diff --git a/src/algorithms/data_type_adapter/adapters/ibyte_to_cbyte.h b/src/algorithms/data_type_adapter/adapters/ibyte_to_cbyte.h
index 366df10..005fd2b 100644
--- a/src/algorithms/data_type_adapter/adapters/ibyte_to_cbyte.h
+++ b/src/algorithms/data_type_adapter/adapters/ibyte_to_cbyte.h
@@ -59,10 +59,10 @@ public:
{
return role_;
}
- //! Returns "IbyteToCbyte"
+ //! Returns "Ibyte_To_Cbyte"
std::string implementation()
{
- return "IbyteToCbyte";
+ return "Ibyte_To_Cbyte";
}
size_t item_size()
{
diff --git a/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h b/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h
index 1c5e44f..ebbc841 100644
--- a/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h
+++ b/src/algorithms/data_type_adapter/adapters/ibyte_to_complex.h
@@ -59,10 +59,10 @@ public:
{
return role_;
}
- //! Returns "IbyteToComplex"
+ //! Returns "Ibyte_To_Complex"
std::string implementation()
{
- return "IbyteToComplex";
+ return "Ibyte_To_Complex";
}
size_t item_size()
{
diff --git a/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h b/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h
index cb24c8e..493d198 100644
--- a/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h
+++ b/src/algorithms/data_type_adapter/adapters/ishort_to_complex.h
@@ -58,10 +58,10 @@ public:
{
return role_;
}
- //! Returns "IshortToComplex"
+ //! Returns "Ishort_To_Complex"
std::string implementation()
{
- return "IshortToComplex";
+ return "Ishort_To_Complex";
}
size_t item_size()
{
diff --git a/src/algorithms/data_type_adapter/adapters/ishort_to_cshort.h b/src/algorithms/data_type_adapter/adapters/ishort_to_cshort.h
index 0fb07ef..0866adc 100644
--- a/src/algorithms/data_type_adapter/adapters/ishort_to_cshort.h
+++ b/src/algorithms/data_type_adapter/adapters/ishort_to_cshort.h
@@ -59,10 +59,10 @@ public:
{
return role_;
}
- //! Returns "IshortToCshort"
+ //! Returns "Ishort_To_Cshort"
std::string implementation()
{
- return "IshortToCshort";
+ return "Ishort_To_Cshort";
}
size_t item_size()
{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git
More information about the pkg-hamradio-commits
mailing list