1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-05 09:43:04 +00:00

Adding documentation and improving code formatting.

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@103 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez
2011-12-28 21:36:45 +00:00
parent 48719c3075
commit 2ce62706af
80 changed files with 1568 additions and 1498 deletions

View File

@@ -1,6 +1,6 @@
/*!
* \file pass_through.h
* \brief This class represent a block that just puts its input in its
* \brief Interface of a block that just puts its input in its
* output.
* \author Carlos Aviles, 2010. carlos.avilesr(at)googlemail.com
*
@@ -33,13 +33,12 @@
#ifndef PASS_THROUGH_H_
#define PASS_THROUGH_H_
#ifndef GNSS_SDR_PASS_THROUGH_H_
#define GNSS_SDR_PASS_THROUGH_H_
#include <gr_hier_block2.h>
#include <gr_kludge_copy.h>
#include <gr_file_sink.h>
#include "gnss_block_interface.h"
class ConfigurationInterface;
@@ -94,4 +93,4 @@ private:
size_t item_size_;
};
#endif /*PASS_THROUGH_H_*/
#endif /*GNSS_SDR_PASS_THROUGH_H_*/