mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Cleaning the terminal output and dumping most of the information in the log file. Better use of the glog library, logging can be seen also in Release, in real time by doing './gnss-sdr --logtostderr=1'. Update to latest version of Armadillo.
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@486 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
		| @@ -30,7 +30,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include "direct_resampler_conditioner.h" | ||||
| #include <glog/log_severity.h> | ||||
| #include <glog/logging.h> | ||||
| #include <gnuradio/blocks/file_sink.h> | ||||
| #include "direct_resampler_conditioner_cc.h" | ||||
| @@ -73,8 +72,7 @@ DirectResamplerConditioner::DirectResamplerConditioner( | ||||
|     //        } | ||||
|     else | ||||
|         { | ||||
|             LOG_AT_LEVEL(WARNING) << item_type_ | ||||
|                                   << " unrecognized item type for resampler"; | ||||
|             LOG(WARNING) << item_type_ << " unrecognized item type for resampler"; | ||||
|             item_size_ = sizeof(short); | ||||
|         } | ||||
|     if (dump_) | ||||
|   | ||||
| @@ -36,7 +36,6 @@ | ||||
| #include <algorithm> | ||||
| #include <iostream> | ||||
| #include <gnuradio/io_signature.h> | ||||
| #include <glog/log_severity.h> | ||||
| #include <glog/logging.h> | ||||
|  | ||||
| using google::LogMessage; | ||||
|   | ||||
| @@ -36,7 +36,6 @@ | ||||
| #include <algorithm> | ||||
| #include <iostream> | ||||
| #include <gnuradio/io_signature.h> | ||||
| #include <glog/log_severity.h> | ||||
| #include <glog/logging.h> | ||||
| #include "gps_sdr_signal_processing.h" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez