1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-02-04 21:29:18 +00:00

Keeping block name consistency

This commit is contained in:
Carles Fernandez 2015-02-17 02:31:22 +01:00
parent 444bccdf2f
commit e534ee9d0c
5 changed files with 10 additions and 10 deletions

View File

@ -58,10 +58,10 @@ public:
{ {
return role_; return role_;
} }
//! Returns "ByteToShort" //! Returns "Byte_To_Short"
std::string implementation() std::string implementation()
{ {
return "ByteToShort"; return "Byte_To_Short";
} }
size_t item_size() size_t item_size()
{ {

View File

@ -59,10 +59,10 @@ public:
{ {
return role_; return role_;
} }
//! Returns "IbyteToCbyte" //! Returns "Ibyte_To_Cbyte"
std::string implementation() std::string implementation()
{ {
return "IbyteToCbyte"; return "Ibyte_To_Cbyte";
} }
size_t item_size() size_t item_size()
{ {

View File

@ -59,10 +59,10 @@ public:
{ {
return role_; return role_;
} }
//! Returns "IbyteToComplex" //! Returns "Ibyte_To_Complex"
std::string implementation() std::string implementation()
{ {
return "IbyteToComplex"; return "Ibyte_To_Complex";
} }
size_t item_size() size_t item_size()
{ {

View File

@ -58,10 +58,10 @@ public:
{ {
return role_; return role_;
} }
//! Returns "IshortToComplex" //! Returns "Ishort_To_Complex"
std::string implementation() std::string implementation()
{ {
return "IshortToComplex"; return "Ishort_To_Complex";
} }
size_t item_size() size_t item_size()
{ {

View File

@ -59,10 +59,10 @@ public:
{ {
return role_; return role_;
} }
//! Returns "IshortToCshort" //! Returns "Ishort_To_Cshort"
std::string implementation() std::string implementation()
{ {
return "IshortToCshort"; return "Ishort_To_Cshort";
} }
size_t item_size() size_t item_size()
{ {