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:
parent
444bccdf2f
commit
e534ee9d0c
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user