mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-26 08:56:58 +00:00
Keeping block name consistency
This commit is contained in:
parent
444bccdf2f
commit
e534ee9d0c
@ -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()
|
||||
{
|
||||
|
@ -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()
|
||||
{
|
||||
|
@ -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()
|
||||
{
|
||||
|
@ -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()
|
||||
{
|
||||
|
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user