mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-05 01:33:03 +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:
@@ -40,6 +40,9 @@
|
||||
|
||||
class ConfigurationInterface;
|
||||
|
||||
/*!
|
||||
* \brief This class implements a block that connects input and output (does nothing)
|
||||
*/
|
||||
class Pass_Through : public GNSSBlockInterface
|
||||
{
|
||||
public:
|
||||
@@ -53,6 +56,7 @@ public:
|
||||
{
|
||||
return role_;
|
||||
}
|
||||
//! returns "Pass_Through"
|
||||
std::string implementation()
|
||||
{
|
||||
return "Pass_Through";
|
||||
|
||||
Reference in New Issue
Block a user