1
0
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:
Carles Fernandez
2013-01-28 23:50:09 +00:00
parent b7802d99ef
commit ae1cb212de
24 changed files with 108 additions and 56 deletions

View File

@@ -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";