1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 07:13:03 +00:00

Improving documentation

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@102 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez
2011-12-28 03:05:37 +00:00
parent 0cee2be18f
commit 48719c3075
48 changed files with 261 additions and 324 deletions

View File

@@ -38,7 +38,6 @@
#include <string>
#include <vector>
#include <queue>
#include <gnuradio/gr_top_block.h>
#include <gnuradio/gr_msg_queue.h>
@@ -47,7 +46,7 @@ class ChannelInterface;
class ConfigurationInterface;
class GNSSBlockFactory;
/* \brief This class represents a GNSS flowgraph.
/*! \brief This class represents a GNSS flowgraph.
*
* It contains a signal source,
* a signal conditioner, a set of channels, a PVT and an output filter.
@@ -67,10 +66,10 @@ public:
*/
virtual ~GNSSFlowgraph();
//! Start the flowgraph
//! \brief Start the flowgraph
void start();
//! Stop the flowgraph
//! \brief Stop the flowgraph
void stop();
/*!