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:
		| @@ -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(); | ||||
|  | ||||
| 	/*! | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez