mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Documenting the new method
This commit is contained in:
		| @@ -129,6 +129,9 @@ public: | |||||||
|      */ |      */ | ||||||
|     void reset(); |     void reset(); | ||||||
|  |  | ||||||
|  |     /*! | ||||||
|  |      * \brief If state = 1, it forces the block to start acquiring from the first sample | ||||||
|  |      */ | ||||||
|     void set_state(int state); |     void set_state(int state); | ||||||
|  |  | ||||||
| private: | private: | ||||||
|   | |||||||
| @@ -126,6 +126,9 @@ public: | |||||||
|      */ |      */ | ||||||
|     void reset(); |     void reset(); | ||||||
|  |  | ||||||
|  |     /*! | ||||||
|  |      * \brief If state = 1, it forces the block to start acquiring from the first sample | ||||||
|  |      */ | ||||||
|     void set_state(int state); |     void set_state(int state); | ||||||
|  |  | ||||||
| private: | private: | ||||||
|   | |||||||
| @@ -129,6 +129,9 @@ public: | |||||||
|      */ |      */ | ||||||
|     void reset(); |     void reset(); | ||||||
|  |  | ||||||
|  |     /*! | ||||||
|  |      * \brief If state = 1, it forces the block to start acquiring from the first sample | ||||||
|  |      */ | ||||||
|     void set_state(int state); |     void set_state(int state); | ||||||
|  |  | ||||||
| private: | private: | ||||||
|   | |||||||
| @@ -129,6 +129,9 @@ public: | |||||||
|      */ |      */ | ||||||
|     void reset(); |     void reset(); | ||||||
|  |  | ||||||
|  |     /*! | ||||||
|  |      * \brief If state = 1, it forces the block to start acquiring from the first sample | ||||||
|  |      */ | ||||||
|     void set_state(int state); |     void set_state(int state); | ||||||
|  |  | ||||||
| private: | private: | ||||||
|   | |||||||
| @@ -137,6 +137,9 @@ public: | |||||||
|      */ |      */ | ||||||
|     void reset(); |     void reset(); | ||||||
|  |  | ||||||
|  |     /*! | ||||||
|  |      * \brief If state = 1, it forces the block to start acquiring from the first sample | ||||||
|  |      */ | ||||||
|     void set_state(int state); |     void set_state(int state); | ||||||
|  |  | ||||||
| private: | private: | ||||||
|   | |||||||
| @@ -132,6 +132,9 @@ public: | |||||||
|      */ |      */ | ||||||
|     void reset(); |     void reset(); | ||||||
|  |  | ||||||
|  |     /*! | ||||||
|  |      * \brief If state = 1, it forces the block to start acquiring from the first sample | ||||||
|  |      */ | ||||||
|     void set_state(int state); |     void set_state(int state); | ||||||
| private: | private: | ||||||
|     ConfigurationInterface* configuration_; |     ConfigurationInterface* configuration_; | ||||||
|   | |||||||
| @@ -127,10 +127,12 @@ public: | |||||||
|  |  | ||||||
|     /*! |     /*! | ||||||
|      * \brief Restart acquisition algorithm |      * \brief Restart acquisition algorithm | ||||||
|      *///    std::cout << "role " << role_ << std::endl; |      */ | ||||||
|  |  | ||||||
|     void reset(); |     void reset(); | ||||||
|  |  | ||||||
|  |     /*! | ||||||
|  |      * \brief If state = 1, it forces the block to start acquiring from the first sample | ||||||
|  |      */ | ||||||
|     void set_state(int state); |     void set_state(int state); | ||||||
|  |  | ||||||
| private: | private: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez