mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	added documentation
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@200 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| /*! | /*! | ||||||
|  * \file signal_conditioner.h |  * \file signal_conditioner.h | ||||||
|  * \brief It holds blocks to change data type, filter and resample input data. |  * \brief It wraps blocks to change data type, filter and resample input data. | ||||||
|  * \author Luis Esteve, 2012. luis(at)epsilon-formacion.com |  * \author Luis Esteve, 2012. luis(at)epsilon-formacion.com | ||||||
|  * |  * | ||||||
|  * |  * | ||||||
| @@ -45,6 +45,10 @@ class AcquisitionInterface; | |||||||
| class TrackingInterface; | class TrackingInterface; | ||||||
| class TelemetryDecoderInterface; | class TelemetryDecoderInterface; | ||||||
|  |  | ||||||
|  | /*! | ||||||
|  |  * \brief This class wraps blocks to change data_type_adapter, input_filter and resampler | ||||||
|  |  * to be applied to the input flow of sampled signal. | ||||||
|  |  */ | ||||||
| class SignalConditioner: public GNSSBlockInterface | class SignalConditioner: public GNSSBlockInterface | ||||||
| { | { | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez