mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-15 14:47:19 +00:00
improving documentation
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@335 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
|
||||
class ConfigurationInterface;
|
||||
|
||||
/*!
|
||||
* \brief Interface of an adapter of a direct resampler conditioner block
|
||||
* to a SignalConditionerInterface
|
||||
*/
|
||||
class DirectResamplerConditioner: public GNSSBlockInterface
|
||||
{
|
||||
public:
|
||||
@@ -50,6 +54,7 @@ public:
|
||||
{
|
||||
return role_;
|
||||
}
|
||||
//! returns "Direct_Resampler"
|
||||
std::string implementation()
|
||||
{
|
||||
return "Direct_Resampler";
|
||||
|
||||
Reference in New Issue
Block a user